Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Sage Notebook (flask)

NotificationsYou must be signed in to change notification settings

code-of-kpp/sagenb

 
 

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.

Installation

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 support

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.

  1. Install the libssl headers on your system. On Debian-based systems,one way to do this is to runsudo apt-get install libssl-dev.
  2. Recompile Sage's internal Python interpreter by runningsage -fpython.

Development

See the Sage Developer's guide, part of the Sage documentation, forinstructions.

About

Sage Notebook (flask)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript59.9%
  • Python38.7%
  • Other1.4%

[8]ページ先頭

©2009-2025 Movatter.jp