Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 504 Bytes

Jupyter-CheatSheet.md

File metadata and controls

21 lines (19 loc) · 504 Bytes

Jupyter Notebook Cheat Sheet

Suppress token

--NotebookApp.token=''

Using the switch with docker run

docker run -it --rm -p 8888:8888 jupyter/datascience-notebook start.sh jupyter lab --NotebookApp.token=''

Docker Compose

command:
     "start.sh jupyter lab --NotebookApp.token=''"

Align image

<img style="float: none; display: inline;" src="/path/to/image.png"/>

Forcing images to not wrap