-
-
Notifications
You must be signed in to change notification settings - Fork 0
feat(wasm): add .ipynb (jupyter notebook) support #3
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestnativeAnything related to the native implementation of `deno_fmt`, powered by the Deno CLI.Anything related to the native implementation of `deno_fmt`, powered by the Deno CLI.wasmAnything related to the WASM implementation of `deno_fmt`, powered by `dprint`.Anything related to the WASM implementation of `deno_fmt`, powered by `dprint`.
Milestone
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestnativeAnything related to the native implementation of `deno_fmt`, powered by the Deno CLI.Anything related to the native implementation of `deno_fmt`, powered by the Deno CLI.wasmAnything related to the WASM implementation of `deno_fmt`, powered by `dprint`.Anything related to the WASM implementation of `deno_fmt`, powered by `dprint`.
Both the Deno CLI and the
dprintformatter on which it runs have had support for formatting Jupyter Notebook files for quite a while now. It's time we support it to.This will be followed by a PR implementing this. Stay tuned.