Simon
Simon

Reputation: 2012

How to add julia file support to the Jupyterlab editor?

How to add to the Jupyterlab launcher the option to create a text file with .jl extension via an icon?

For instance to write Python .pyfile in the Jupyter editor, there exists a neat jupyter extension: https://github.com/jtpio/jupyterlab-python-file

Any equivalent for Julia, or any work around?

Upvotes: 1

Views: 305

Answers (1)

Simon
Simon

Reputation: 2012

So following the comment above, I adapted thanks to the original author the jupyterlab-python-file npm extension to jupyterlab-julia-file.

To install it please do:

jupyter labextension install @arcticsnow/jupyterlab-julia-file

Upvotes: 1

Related Questions