First time here? Check out the FAQ!

Ask Your Question
0

How to store a shared file in notebook server ?

asked 14 years ago

Pedro gravatar image

Suppose I'am user "pedro" creating several worksheets on some notebook server.

I would like that user "pedro" could be able to open a same file across worksheets.

Example, for user 'pedro':

worksheet1: db = sqlite3.connect("some path to same DB_FILE")

worksheet2: db = sqlite3.connect("some path to same DB_FILE")

How should I determine the best path ? I suppose the best place is something like: .sage/sage_notebook.sagenb/home/pedro/DB_FILE

Thank you.

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 14 years ago

Pedro gravatar image

Here I am answering after "Related questions" show me an answer.

http://ask.sagemath.org/question/11/n...

Pedro

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 14 years ago

Seen: 239 times

Last updated: Feb 25 '11