- Notifications
You must be signed in to change notification settings - Fork1
code-of-kpp/sagenb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the standalone Sage Notebook.
Most of the notebook does not depend on having Sage installed. Onlya few miscellaneous functions are imported from Sage. We welcome help inmaking the notebook completely independent from Sage, or indeed, anyother help with the Sage notebook. Sage notebook development discussionshappen on thesage-notebook mailing list.
Install Sage, then dosage -python setup.py install
in the currentdirectory. Then run the notebook from within Sage as follows:
sage: import sagenb.notebook.notebook_object as nbsage: nb.notebook(directory="mynotebook")
This will create a directorymynotebook.sagenb
, and all notebookdata is stored in that directory.
SSL is required for OpenID and accessing HTTPS from the Sage shell. YourSage install should usually support SSL out of the box, but if youcompiled it from source on a machine without the libssl headers, it maynot. You can check for SSL support by runningimport ssl
in the Sageconsole. If you get an error, then do the following.
- Install the libssl headers on your system. On Debian-based systems,one way to do this is to run
sudo apt-get install libssl-dev
. - Recompile Sage's internal Python interpreter by running
sage -fpython
.
See the Sage Developer's guide, part of the Sage documentation, forinstructions.
About
Sage Notebook (flask)
Resources
Stars
Watchers
Forks
Packages0
Languages
- JavaScript59.9%
- Python38.7%
- Other1.4%