Jupyter-dash

Latest version: v0.4.2

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

Scan your dependencies

0.4.2

Fixed
- Fixed `werkzeug` 2.1.0 import and `skip` calculation, shutdown deprecation warning.
- Work around a partial import of `orjson` when it's installed and you use `mode="jupyterlab"`
- Fix `infer_jupyter_proxy_config` for newer jupyterlab versions

0.4.1

Fixed
- Support Dash 2.1, fix `AttributeError: Read-only... requests_pathname_prefix`

0.4.0

Added
- JuypterLab 3.0 support

0.3.0

Added
- Added suport for using JupyterDash in Google Colab ([27](https://github.com/plotly/jupyter-dash/pull/27))
- Added support for installing JupyterDash from git using pip: (e.g. `pip install git+https://github.com/plotly/jupyter-dash.gitmaster`)

Changed
- The default display width in `mode='inline'` is now `100%` to fill the screen width.

0.2.1

Added
- Remove f-strings to support Python 3.5

0.2.0

Initial Release


jupyter-dash release process:

- Update the version number in two places:
- `jupyter_dash/version.py`
- `extensions/jupyterlab/package.json`
- Update `CHANGELOG.md` using the new version number and any changes since the last release
- Empty old tarballs from `dist/` and `jupyter_dash/labextension/dist/`
- Build the extension: `python setup.py build_js`
- Build the PyPI release: `python setup.py sdist bdist_wheel`
- Sanity:
- In an env with jupyter installed, `pip install dist/jupyter_dash<...>.whl`
- Run jupyter lab - it should ask to rebuild. After it finishes, make sure it’s working and using the newly installed package
- Upload to PyPI: `twine upload dist/*`
- Build the conda release, in an env with conda: `conda build conda.recipe/`
- Find and run the command it prints near the end of its output: `anaconda upload <path>`
- commit all of this to master - you should see:
- the version change (two places you explicitly changed, plus one autogenerated by build_js)
- `CHANGELOG.md`
- the new extension tarball in `jupyter_dash/labextension/dist/` replacing the old
- tag it: `git tag -a ‘vX.Y.Z’ -m ‘vX.Y.Z’`
- `git push origin master`
- `git push origin —tags`
- on GitHub, draft a new release - choose the new tag, give it exactly the same name as the tag. For the description, copy in the changelog entry for the new release.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.