Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kolibril13/anywidget-instructions


https://github.com/kolibril13/anywidget-instructions

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# anywidget_instructions

## Installation

```sh
pip install anywidget_instructions
```

## Development installation

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

```sh
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.

```sh
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.

13. python -m build .
14. hatch publish

twine upload -r testpypi dist/*

hatch build
twine upload dist/*

xw