We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973dff7 commit 8e1eea0Copy full SHA for 8e1eea0
.github/workflows/build.yml
@@ -70,6 +70,7 @@ jobs:
70
files: coverage/pytest-results.xml,coverage/junit.xml
71
fail_ci_if_error: true
72
73
+
74
- name: Package the extension
75
run: |
76
set -eux
README.md
@@ -1,5 +1,8 @@
1
# jupyterlab_deepnote
2
3
+[](https://github.com/deepnote/jupyterlab-deepnote/actions/workflows/ci.yml)
4
+[](https://codecov.io/gh/deepnote/jupyterlab-deepnote)
5
6
A Deepnote extension for JupyterLab
7
8
This extension is composed of a Python package named `jupyterlab_deepnote`
0 commit comments