Skip to content

Commit

Permalink
no longer keep an old notebook's errors when switched to a notebook w…
Browse files Browse the repository at this point in the history
…ith no errors
  • Loading branch information
ranashreyas committed Jun 16, 2024
1 parent 78a832c commit b6150a4
Show file tree
Hide file tree
Showing 15 changed files with 2,453 additions and 498 deletions.
27 changes: 18 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ To install the extension, execute:
```bash
pip install jupyterlab_a11y_checker
```

## Uninstall

To remove the extension, execute:

```bash
pip uninstall jupyterlab_a11y_checker
```

## Contributing

### Build from Scratch
Expand Down Expand Up @@ -90,6 +81,24 @@ jupyter labextension install </path/to/your-package.tgz>
jupyter lab #this will open a local server of jupyterlab with all current extensions installed.
```

### Pip Distribution
```bash
pip install twine

# create a ~/.pypirc file at root and add this to it:
[distutils]
index-servers =
pypi

[pypi]
repository: https://upload.pypi.org/legacy/
username: __token__
password: your-api-token

#run this command and publish to pip.
twine upload your-package.whl
```

### Development uninstall

```bash
Expand Down
19 changes: 9 additions & 10 deletions Untitled.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
"cell_type": "code",
"execution_count": 4,
"id": "27a9f924-6e0b-4ca5-8bba-a2af2dfbddd8",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"outputs": [],
"source": [
"import matplotlib.pyplot as plt\n",
Expand Down Expand Up @@ -93,14 +99,7 @@
]
},
{
"cell_type": "markdown",
"id": "6bb9f643-bd59-4fa8-910f-00a3934dfc99",
"metadata": {},
"source": [
"![image](https://images.unsplash.com/photo-1604147706283-d7119b5b822c?q=80&w=1000&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8d2hpdGUlMjB0ZXh0dXJlfGVufDB8fDB8fHww)"
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "acd43991-a8d7-4983-b51f-b873b30e968b",
"metadata": {
Expand Down Expand Up @@ -155,7 +154,7 @@
"\n",
"![h](testLocalImage.png)\n",
"\n",
"<img alt=\"h\" src=\"https://i5.walmartimages.com/seo/Tzicr-Modern-Velvet-Home-Office-Chair-Upholstered-Chairs-with-360-Swivel-Armchair-and-Gold-Base-for-Living-Room-Bedroom-Vanity-Study-Beige_6536f77a-49dd-44b0-82e0-3baf61fdae01.7e36947377a7a46b6313b3bd412c092e.jpeg\"></img>"
"<img alt=\"\" src=\"https://i5.walmartimages.com/seo/Tzicr-Modern-Velvet-Home-Office-Chair-Upholstered-Chairs-with-360-Swivel-Armchair-and-Gold-Base-for-Living-Room-Bedroom-Vanity-Study-Beige_6536f77a-49dd-44b0-82e0-3baf61fdae01.7e36947377a7a46b6313b3bd412c092e.jpeg\"></img>"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion Untitled1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.1"
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down
49 changes: 49 additions & 0 deletions Untitled2.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "33df077d-e981-4a00-b67a-d62b7c60c2c2",
"metadata": {},
"source": [
"# h1"
]
},
{
"cell_type": "markdown",
"id": "48fd97e7-1c14-48c7-94db-e8b13fdba103",
"metadata": {},
"source": [
"### h3"
]
},
{
"cell_type": "markdown",
"id": "16f406a7-7f8c-4339-bd5e-9de7e56e16f2",
"metadata": {},
"source": [
"## h2"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
33 changes: 33 additions & 0 deletions Untitled3.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "caa09ab5-2a29-4942-9aaa-bed22cfc3827",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
2 changes: 1 addition & 1 deletion lab11.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.1"
"version": "3.11.9"
},
"otter": {
"OK_FORMAT": true,
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-a11y-checker",
"version": "0.1.0",
"version": "0.1.1",
"description": "A JupyterLab extension.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -55,12 +55,12 @@
},
"dependencies": {
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/apputils": "^4.2.4",
"@jupyterlab/cells": "^4.1.2",
"@jupyterlab/mainmenu": "^4.1.2",
"@jupyterlab/apputils": "^4.3.1",
"@jupyterlab/cells": "^4.2.2",
"@jupyterlab/mainmenu": "^4.2.1",
"@jupyterlab/nbformat": "^4.1.2",
"@jupyterlab/notebook": "^4.1.1",
"@jupyterlab/ui-components": "^4.1.5",
"@jupyterlab/notebook": "^4.2.2",
"@jupyterlab/ui-components": "^4.2.1",
"@lumino/disposable": "^2.1.2",
"@lumino/widgets": "^2.3.1",
"colorthief": "^2.4.0",
Expand Down
16 changes: 13 additions & 3 deletions proj4.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"execution_count": null,
"metadata": {
"deletable": false,
"editable": false
"editable": false,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"outputs": [],
"source": [
Expand All @@ -16,7 +20,13 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"# Project 4: Mongo \n",
"\n",
Expand Down Expand Up @@ -1843,7 +1853,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.1"
"version": "3.11.9"
},
"otter": {
"OK_FORMAT": true,
Expand Down
Loading

0 comments on commit b6150a4

Please sign in to comment.