2

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?

fuzzy-logic
  • 365
  • 2
  • 9

2 Answers2

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