Skip to content

Commit

Permalink
Merge pull request leandromoreira#135 from sorousherafat/patch-1
Browse files Browse the repository at this point in the history
add path escaping to `start_jupyter.sh`
  • Loading branch information
leandromoreira authored Feb 24, 2023
2 parents aa8d3ab + e27dd43 commit 6f21883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s/start_jupyter.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
# Run Jupyter Notebook (Python 3.5.2, scipy 0.17.1)
docker run --rm -p 8888:8888 -v $(pwd):/home/jovyan/work jupyter/scipy-notebook:387f29b6ca83
docker run --rm -p 8888:8888 -v "$(pwd)":/home/jovyan/work jupyter/scipy-notebook:387f29b6ca83

0 comments on commit 6f21883

Please sign in to comment.