Skip to content

Commit

Permalink
set jupyter notebook password via config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed Jun 18, 2021
1 parent 012ea45 commit b09dc99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/configure_jupyter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ mkdir -p ~/.jupyter
#jupyter notebook --generate-config
echo "c.NotebookApp.ip = '0.0.0.0'" > ~/.jupyter/jupyter_notebook_config.py
echo "c.NotebookApp.notebook_dir = u'/home/sirfuser/devel/'" >> ~/.jupyter/jupyter_notebook_config.py
#set a default password "virtual"
jupyter notebook password
echo "c.NotebookApp.password = u'sha1:cbf03843d2bb:8729d2fbec60cacf6485758752789cd9989e756c'" \
>> ~/.jupyter/jupyter_notebook_config.py

0 comments on commit b09dc99

Please sign in to comment.