Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,5 @@ dmypy.json


# Jupyter Stuff
jupyterlab-code-snippets/
_temp_extension/
yarn.lock
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ for the frontend extension.

## Requirements

- JupyterLab >= 3.0
- JupyterLab >= 3.5.3
- Python >= 3.7

## Install

Expand Down
4 changes: 4 additions & 0 deletions jupyterlab-code-snippets/_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This file is auto-generated by Hatchling. As such, do not:
# - modify
# - track in version control e.g. be sure to add to .gitignore
__version__ = VERSION = '2.2.0'
Loading