Jupyter-flex

Latest version: v0.9.1

Safety actively analyzes 629908 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.3.0

- Created a custom NBConvert Exporter: jupyter_flex.NBConvertFlexExporter
- Added option to link to the source notebook
- Widgets placeholders now show up on nbconvert html docs
- Fixed multiple navbar CSS issues

0.2.0

- Support for tab section columns and rows
- Support for multiple pages
- General CSS improvements and fixes

0.1.0

- Initial release
- Support for nbconvert and voila
- Support for dynamic sections based on markdown and cell tags


Releasing

- Update version in `__about__.py`
- Update `CHANGELOG.md`
- Update `README.md` and docs
- Links to Binder should use the new version
- Update root `requirements.txt` to use the new version

Upload to PyPI

shell
export VERSION=1.0.0

Optional reset
task resetjs
task download-assets js-install

Clean and install JS
task cleanall
task js-build

Build Python and publish
task build
hatch publish

git commit -am "Release ${VERSION}" --allow-empty
git tag ${VERSION}

git push origin ${VERSION}
git push


NPM release

- Update version in `package.json`

shell
export VERSION=1.0.0

cd js

npm version ${VERSION}
npm publish

git commit -am "NPM Release ${VERSION}" --allow-empty
git push

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.