Skip to content

Commit 45943d2

Browse files
committed
pass parameter to init notebook
1 parent f5a7b7f commit 45943d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile_dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ RUN /bin/bash -c "source activate snakes && exec python install.py branch $netpy
6060
WORKDIR /home/jovyan
6161
RUN git clone https://github.com/Neurosim-lab/netpyne_workspace
6262
WORKDIR /home/jovyan/netpyne_workspace
63-
CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token=''"
63+
CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token='' --library=netpyne_ui"

0 commit comments

Comments
 (0)