Skip to main content

TODO

Project description

TODO: Write something smart here

Examples

Spawn IPython with Preloaded Modules

TODO

Spawn SageMath

$ cat warmup.py
import sage.all
$ cat startup.py
from sage.misc.banner import banner
banner()

from sage.repl.interpreter import SageTerminalApp

app = SageTerminalApp.instance()
app.initialize()
app.start()
$ forsake-server --socket /tmp/forsake.socket --warmup warmup.py
$ forsake-client --socket /tmp/forsake.socket --startup startup.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

forsake-0.1.0.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

forsake-0.1.0-py3-none-any.whl (7.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page