On Saturday, December 2, 2017 at 3:44:07 PM UTC+13, Pasle Choix wrote:
>
> ./jupyter notebook --*port 8880*
>

Here’s the kind of shell script I use:

#!/bin/bash
PREFIX=~/virtualenv/jupyter
exec $PREFIX/bin/jupyter-notebook --NotebookApp.port=8889 --no-browser
 

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/606591f0-6917-4578-bca3-b162cc5c77d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to