Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dev-SR opened this issue Aug 12, 2022 · 1 comment
Open

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

dev-SR opened this issue Aug 12, 2022 · 1 comment

Comments

@dev-SR
Copy link

dev-SR commented Aug 12, 2022

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
Copy link
Owner

Unfortunately no. You could

  • Create a notebook with the extension *.ipynb and use the same extension to run code using the same kernel in vscode.
  • & then convert the ipynb using jupyter.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants