如何向 Jupyterlab 编辑器添加 julia 文件支持?
How to add julia file support to the Jupyterlab editor?
如何向 Jupyterlab 启动器添加通过图标创建扩展名为 .jl
的文本文件的选项?
例如在 Jupyter 编辑器中编写 Python .py
文件,存在一个简洁的 jupyter 扩展:https://github.com/jtpio/jupyterlab-python-file
Julia 的任何等效项,或任何解决方法?
所以按照上面的评论,感谢原作者,我将 jupyterlab-python-file
npm 扩展改编为 jupyterlab-julia-file
。
要安装它,请执行以下操作:
jupyter labextension install @arcticsnow/jupyterlab-julia-file
如何向 Jupyterlab 启动器添加通过图标创建扩展名为 .jl
的文本文件的选项?
例如在 Jupyter 编辑器中编写 Python .py
文件,存在一个简洁的 jupyter 扩展:https://github.com/jtpio/jupyterlab-python-file
Julia 的任何等效项,或任何解决方法?
所以按照上面的评论,感谢原作者,我将 jupyterlab-python-file
npm 扩展改编为 jupyterlab-julia-file
。
要安装它,请执行以下操作:
jupyter labextension install @arcticsnow/jupyterlab-julia-file