Skip to content

Running manually

Alex Rogozhnikov edited this page Aug 8, 2016 · 3 revisions

Upon successful installation, you can start REP instance by

mkdir notebook
cd notebook
ipython notebook --ip="*"

Go to http://localhost:8888 (in case of running on a localhost) or your server (http://your-server.com:8888)

Clone this wiki locally