We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb8ac8a + 406b6cc commit db68f12Copy full SHA for db68f12
Dockerfile
@@ -1,2 +1,3 @@
1
# Minimal change to force rebuild
2
FROM step21/uncanny-notebook:latest
3
+COPY uncanny_notebook.ipynb ./work
README.md
@@ -1,6 +1,6 @@
# Using a Docker image from the Jupyter `docker-stacks` repository
-[](https://mybinder.org/v2/gh/step21/uncanny_notebook/HEAD)
+[](https://mybinder.org/v2/gh/step21/uncanny_notebook/HEAD?filepath=work%2Funcanny_notebook.ipynb)
4
5
Sometimes you just want to inherit from one of the pre-built images
6
maintained by the Jupyter Project's [Docker Stacks](https://github.com/jupyter/docker-stacks),
0 commit comments