On Sunday, December 20, 2015 at 10:27:39 PM UTC+1, William wrote:
>
> Notebooks in sagenb are basically individual files; it's just that 
> they are stored as a directory tree in the filesystem. 


Yes, what I meant was: SageNB doesn't show a filesystem view so nobody is 
going to know *where* they are stored in the file system.

Whereas Jupyter notebooks are always displayed as files. And the average 
user isn't going to find ~/.sage/jupyter with the jupyter file browser. In 
fact, if that is not a subdirectory of the directory where Jupyter is 
launched then you cannot open it. And you don't want a ton of converted 
notebooks dumped in the current directory either. Realistically, any 
notebook converter will have to be manually invoked. And thats not going to 
get easier by delaying when we change the defaults.


 
> https://github.com/sagemathinc/smc/blob/master/src/smc_pyutil/smc_pyutil/sws2sagews.py
>  


And its easy to programmatically generate new IPython notebooks: 
 http://nbviewer.ipython.org/gist/fperez/9716279

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to