We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reported by a user that the instructions don't quite work.
Step 3 sudo docker run -p 8888:8888 ukaea/paramak /bin/bash -c "jupyter notebook --notebook-dir=/opt/notebooks --ip='*' --port=8888 --no-browser --allow-root"
doesn’t seem to work as it cannot find the directory /opt/notebooks
removing --notebook-dir=/opt/notebooks works and provides a couple of URLs
Opening one in the browser and looking in /opt there is indeed no folder called notebooks, I am struggling to find any notebooks anywhere
The text was updated successfully, but these errors were encountered:
this is being worked on in #756
Sorry, something went wrong.
shimwell
No branches or pull requests
Reported by a user that the instructions don't quite work.
Step 3
sudo docker run -p 8888:8888 ukaea/paramak /bin/bash -c "jupyter notebook --notebook-dir=/opt/notebooks --ip='*' --port=8888 --no-browser --allow-root"
doesn’t seem to work as it cannot find the directory /opt/notebooks
removing --notebook-dir=/opt/notebooks works and provides a couple of URLs
Opening one in the browser and looking in /opt there is indeed no folder called notebooks, I am struggling to find any notebooks anywhere
The text was updated successfully, but these errors were encountered: