First time here? Checkout the FAQ!
x
0 votes
369 views
asked in General by (115k points)  
  

1 Answer

0 votes
answered by (115k points)  

If you want an executable application that opens Jupyter notebooks for viewing, printing and executing, nterac (https://nteract.io/desktop) is here to serve you. On the other hand, it means we can open Jupyter notebooks as standalone executables, instead of running inside the browser.

However, If you just need preview and do not need to execute, and you have a Mac, use this: https://github.com/tuxu/nbviewer-app

...