/jupyterlab-fileconvert

A jupyterlab extension to convert .sws files to .ipynb

Primary LanguageTypeScript

fileconvert

Menu to convert files to other formats

Prerequisites

  • JupyterLab
  • To have a sws2ipynb program in the path, that performs the sws to ipynb conversion.

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

jlpm
jlpm run build
jupyter-labextension install .

the backend part is installed nand enabled with

pip3 install .
jupyter serverextension enable --py jupyterlab_converter