Jupyterlab-server

Latest version: v2.27.3

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

Scan your dependencies

Page 19 of 19

0.2.0

- Clean up config handling [3](https://github.com/jupyterlab/jupyterlab_server/pull/3) ([blink1073](https://github.com/blink1073))


Making a JupyterLab Server Release

Using `jupyter_releaser`

The recommended way to make a release is to use [`jupyter_releaser`](https://jupyter-releaser.readthedocs.io/en/latest/get_started/making_release_from_repo.html)

Manual Release

Set up


pip install pipx
git pull origin $(git branch --show-current)
git clean -dffx


Update the version and apply the tag


echo "Enter new version"
read script_version
pipx run hatch version ${script_version}
git tag -a ${script_version} -m ${script_version}


Build the artifacts


rm -rf dist
pipx run build .


Publish the artifacts to pypi


pipx run twine check dist/*
pipx run twine upload dist/*

Page 19 of 19

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.