jupyter + python+ docker => Startup

Had to feel tired of boring old-style IDE? or do you want to share your code in real-time? Try to use Jupyter!

Jupyter is a Tool to develop open-source software, open standards, and services for interactive computing across multiple programming languages.

Run Server

docker run -p 8888:8888 -v “$PWD”:/home/jovyan -e JUPYTER_ALLOW_INSECURE_WRITES=true –name jupyter-ts  jupyterhub/singleuser

Login by browser

http://127.0.0.1:8888/notebooks/

Add a Comment

發佈留言必須填寫的電子郵件地址不會公開。