Skip to main content

The Sage Cell Server installer

Project description

Introduction

Yep, you can use this NOT simple installation. Oops, does not work. Use the Sage Cell Server installer, because it is just easier :).

Installation

Install the sagecell from PyPI

$ sudo pip install sagecell

Install the sagecell from GitHub

$ sudo pip install git+git://github.com/korniichuk/sagecell#egg=sagecell

Upgrade the sagecell from PyPI

$ sudo pip install -U sagecell

or:

$ sudo pip install --upgrade sagecell

Uninstall the sagecell

$ sudo pip uninstall sagecell

Development installation

$ git clone git://github.com/korniichuk/sagecell.git
$ cd sagecell
$ sudo pip install .

Quickstart

First, install the Sage Cell Server:

$ sagecell install

Second, make sure that you can login to a localhost without entering password:

$ ssh localhost

Third, start the Sage Cell Server:

$ sagecell start

Fourth, open a new terminal for the next command:

$ sagecell open

This command open browser with the Sage Cell Server.

Express

$ sagecell install
$ sagecell ssh
$ sagecell start

# In a new terminal
$ sagecell open

User guide

Help

The standard output for –help:

$ sagecell -h

or:

$ sagecell --help

For information on using subcommand “SUBCOMMAND”, do:

$ sagecell SUBCOMMAND -h

or:

$ sagecell SUBCOMMAND --help

Example:

$ sagecell install -h

Version

The standard output for –version:

$ sagecell -v

or:

$ sagecell --version

Install the Sage Cell Server

$ sagecell install

Start the Sage Cell Server

$ sagecell start

Open browser with the Sage Cell Server

$ sagecell open
user guide: open browser with the sage cell server [prtscn]

Setup SSH for auto login to localhost without a password

$ sagecell ssh

If you are familiar with ssh-keygen, ssh-copy-id and ssh-add, this code also setup SSH for auto login to localhost without a password [1]:

$ ssh-keygen -t rsa -b 4096 -N '' -f ~/.ssh/id_rsa
$ ssh-copy-id localhost
$ eval "$(ssh-agent -s)"
$ ssh-add ~/.ssh/id_rsa

Footnotes

Project details


Download files

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

Source Distributions

sagecell-0.1b3.zip (109.8 kB view hashes)

Uploaded Source

sagecell-0.1b3.tar.gz (107.3 kB view hashes)

Uploaded Source

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