Created
September 29, 2017 15:35
-
-
Save D3f0/169510147d4af61acaa9e850ed55f75c to your computer and use it in GitHub Desktop.
Usando PWD para tener un Jupyter https://www.youtube.com/watch?v=KJXU0PL1oNM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
jupyter: | |
image: jupyter/base-notebook | |
ports: | |
- 8888:8888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment