A coworker sent a jupyter notebook converted into html format. I want to edit it, how can I open the html in my jupyter environment?
Asked
Active
Viewed 1,079 times
2 Answers
2
This is possibly a dublicate of other Question, you might also ask your college to send you the original file, or open the html in your browser and copy the code into a new notebook

ohlr
- 1,839
- 1
- 13
- 29
1
You cannot open it directly. It needs to be converted back into an executable .ipynb Jupyter file.
Take a look at this code example to do the conversion:
File-conversion of HTML-published Jupyter Notebook to Executable Jupyter.ipynb file

Rich Lysakowski PhD
- 2,702
- 31
- 44