Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Jun 3, 2024
1 parent f3b336a commit 86e0e00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/test/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@

// Ports to be forwarded from the container to the host
"forwardPorts": [8889],

"portsAttributes": {
"8889": {
"label": "Jupyter Lab",
"onAutoForward": "notify"
}
},

// Create a README that is automatically opened in preview mode
"postCreateCommand": "echo '[![](https://img.shields.io/badge/Open%20Jupyter%20Lab-37a779?style=for-the-badge)](https://'${CODESPACE_NAME}'-8889.app.github.dev)' > README.md",

// Start Jupyter Lab
"postStartCommand": "jupyter lab --ip=0.0.0.0 --port=8889 --allow-root --no-browser --notebook-dir=/home/jovyan --NotebookApp.token='' --NotebookApp.password=''",
}

0 comments on commit 86e0e00

Please sign in to comment.