interactivede
TypeScript icon, indicating that this package has built-in type declarations

1.0.1-a1 • Public • Published

interactivede

Github Actions Status Binder A JupyterLab extension.

Requirements

  • JupyterLab >= 3.0

Install

To install the extension, execute:

pip install interactivede

Uninstall

To remove the extension, execute:

pip uninstall interactivede

Contributing

Development install

Develop with VSCode Dev Containers

You can develop using VSCode Dev Containers. You need to have Docker, VScode, and Dev Containers extension. You can learn more about developing in containers here.

Follow instructions on how to load the github repository inside the devcontainer, and vscode will set the project up for you.

Local development

Note: You will need nvm, pyenv, pyenv-virtualenv build the extension package.

Once you have the above setup complete, clone this repository and run the following:

./bootstrap-local.sh

Once the setup has executed successfully, you should have jlpm available on your $PATH. Now run:

jlpm run setup

After the setup is complete, run the following command to start development:

jlpm run dev

Development uninstall

pip uninstall interactivede

In development mode, you will also need to remove the symlink created by jupyter labextension develop command. To find its location, you can run jupyter labextension list to figure out where the labextensions folder is located. Then you can remove the symlink named interactivede within that folder.

Packaging the extension

See RELEASE

Package Sidebar

Install

npm i interactivede

Weekly Downloads

2

Version

1.0.1-a1

License

MIT

Unpacked Size

105 kB

Total Files

125

Last publish

Collaborators

  • kirangadhave