mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
c19323de9a
* Use Jupyter Releaser * Automated Changelog Entry for 6.4.0a0 on notebook-releaser * Publish 6.4.0a0 SHA256 hashes: dist/notebook-6.4.0a0-py3-none-any.whl: abbbbb02504cedb85c2d5eeac39ea11615360b9b0075126bf180d6011eac14a5 dist/notebook-6.4.0a0.tar.gz: 2984630a020a9396c61b2c3b98f43b1957dd0121b162a926b3d6136fafa7ca16 * Bump to 6.5.0.dev0 * Remove jupyter_packaging as a runtime requirement * Automated Changelog Entry for 6.4.0a1 on notebook-releaser * Publish 6.4.0a1 SHA256 hashes: dist/notebook-6.4.0a1-py3-none-any.whl: 4b0ae5cb972b5b16b18b942810b85859185ef2081017dd495e5f57099ce06ef4 dist/notebook-6.4.0a1.tar.gz: c48e10d34afa35e304e3b7deca1882508195960f35c4661dec044bb8da344ae5 * Bump to 6.5.0.dev0 * Update notebook/_version.py Co-authored-by: Kevin Bates <kbates4@gmail.com> * Update pyproject.toml Co-authored-by: Kevin Bates <kbates4@gmail.com> Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <steven.silvester@ieee.org> Co-authored-by: Kevin Bates <kbates4@gmail.com>
59 lines
777 B
Plaintext
59 lines
777 B
Plaintext
MANIFEST
|
|
build
|
|
dist
|
|
_build
|
|
docs/man/*.gz
|
|
docs/source/api/generated
|
|
docs/source/config.rst
|
|
docs/gh-pages
|
|
notebook/i18n/*/LC_MESSAGES/*.mo
|
|
notebook/i18n/*/LC_MESSAGES/nbjs.json
|
|
notebook/static/components
|
|
notebook/static/style/*.min.css*
|
|
notebook/static/*/js/built/
|
|
notebook/static/*/built/
|
|
notebook/static/built/
|
|
notebook/static/*/js/main.min.js*
|
|
notebook/static/lab/*bundle.js
|
|
node_modules
|
|
*.py[co]
|
|
__pycache__
|
|
*.egg-info
|
|
*~
|
|
*.bak
|
|
.ipynb_checkpoints
|
|
.tox
|
|
.DS_Store
|
|
\#*#
|
|
.#*
|
|
.coverage
|
|
.pytest_cache
|
|
src
|
|
|
|
*.swp
|
|
*.map
|
|
.idea/
|
|
Read the Docs
|
|
config.rst
|
|
*.iml
|
|
/.project
|
|
/.pydevproject
|
|
|
|
package-lock.json
|
|
geckodriver.log
|
|
*.iml
|
|
|
|
# jetbrains IDE stuff
|
|
*.iml
|
|
.idea/
|
|
|
|
# ms IDE stuff
|
|
*.code-workspace
|
|
.history
|
|
.vscode
|
|
|
|
# copied changelog
|
|
docs/source/changelog.md
|
|
|
|
.jupyter_releaser_checkout
|