DonJayamanne / typescript-notebook

Run JavaScript and TypeScript in node.js within VS Code notebooks with excellent support for debugging, tensorflowjs visulizations, plotly, danfojs, etc
https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook
MIT License
904 stars 39 forks source link

How to convert a Node.js Notebooks to a different format ?? #72

Open dev-SR opened 2 years ago

dev-SR commented 2 years ago

From the command line, a Jupyter notebook can be converted to a different format using the following command:

$ jupyter nbconvert --to <output format> <input notebook>

Is the same possible with Node.js Notebooks??

DonJayamanne commented 2 years ago

Unfortunately no. You could

Hope this helps, let me know if it doesn't