Reputation: 2012
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 .py
file 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
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