Alexander Martins
Alexander Martins

Reputation: 383

Is there a way to visualize a Jupyter Notebook without executing it?

I want to view the jupyter notebook in without having to execute, I mean no to open it and iteratively execute commands, just to see it as if it were a pdf or something like that.

I ask this because every time a want to see some code in the notebook I have to go to the specific directory and run the comand jupyter notebook and wait until it starts to be able to open the proper file.

Upvotes: 0

Views: 519

Answers (4)

Alexander Martins
Alexander Martins

Reputation: 383

You can see them dropping the file on VSCode too.

Upvotes: 0

B.Kocis
B.Kocis

Reputation: 2020

You can view it nicely in PyCharm as well.

Upvotes: 1

Vitalii
Vitalii

Reputation: 11

You can convert your notebook to html (or other formats) via File -> Download as -> html

Upvotes: 0

wolfstter
wolfstter

Reputation: 191

If you are using Macos, give this a shot

Found in this thread: A way to quick preview .ipynb files

Upvotes: 1

Related Questions