Skip to content

Commit

Permalink
Add basic ExaGO example in notebook, as well as some Appendix info.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford committed Nov 5, 2023
1 parent 5225d28 commit 562409e
Show file tree
Hide file tree
Showing 3 changed files with 733 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,10 @@ CMD [ "/bin/bash" ]

# Make sure devcontainer user gets spack packages
RUN echo "source /entrypoint.sh" >> /home/vscode/.bashrc

# Install the Jupyter kernel
RUN . /entrypoint.sh && \
python3 -m ipykernel install \
--name py311-exago\
--display-name ExaGO \
--prefix=
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"extensions": [
"ms-azuretools.vscode-docker",
"github.vscode-github-actions",
"ms-toolsai.jupyter"
"ms-toolsai.jupyter",
"GitHub.copilot"
]
}
},
Expand Down
Loading

0 comments on commit 562409e

Please sign in to comment.