Getting ipynb to open as a notebook in GitHub codespace with openFiles? #13723
Unanswered
pamelafox
asked this question in
Questions and Answers
Replies: 1 comment 2 replies
-
Thanks for posting this question |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create a dev container that automatically opens up a particular notebook file using the Jupyter extension. All of my attempts result in the notebook rendering as JSON instead of a notebook.
Example devcontainer.json:
For this repo:
https://github.com/pamelafox/materials-fa22
Here's another repo that demonstrates the issue. If you create a Codespace, you'll notice it opens 4 ipynb files, but they render as JSON, not notebooks.
https://github.com/janosh/pymatviz
If you then close them and re-open them, they open as expected, with the notebook UI.
I'm not sure if this is an extension issue or a Codespace issue, as I assume it's related to timing of the customizations and extensions. It'd be really fantastic if there was a way to make this work, since this use case would be very popular with data science teachers.
Beta Was this translation helpful? Give feedback.
All reactions