kolibril13 / anywidget-instructions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

anywidget_instructions

Installation

pip install anywidget_instructions

Development installation

Create a virtual environment and and install anywidget_instructions in editable mode with the optional development dependencies:

python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"

You then need to install the JavaScript dependencies and run the development server.

npm install
npm run dev

All is set to open example.ipynb in JupyterLab, VS Code, or your favorite editor to start developing. Any change made in the js folder will be directly reflected in the notebook.

  1. python -m build .
  2. hatch publish

twine upload -r testpypi dist/*

hatch build twine upload dist/*

xw

About


Languages

Language:Jupyter Notebook 79.7%Language:CSS 12.1%Language:JavaScript 8.2%