Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kolibril13/anywidget-instructions
https://github.com/kolibril13/anywidget-instructions
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kolibril13/anywidget-instructions
- Owner: kolibril13
- Created: 2023-11-06T19:19:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-27T11:32:15.000Z (5 months ago)
- Last Synced: 2024-10-12T15:17:42.714Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 publishtwine upload -r testpypi dist/*
hatch build
twine upload dist/*xw