Skip to content

Commit f961da2

Browse files
authored
Merge pull request #104 from hbcarlos/lab_3
Lab 3 update
2 parents 6f6d790 + 79fc834 commit f961da2

30 files changed

+2983
-12388
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ node_modules/
55
.ipynb_checkpoints
66
*.tsbuildinfo
77

8+
jupyterlab_interactive_dashboard_editor/labextension
9+
810
*/labextension/*.tgz
911
# Created by https://www.gitignore.io/api/python
1012
# Edit at https://www.gitignore.io/?templates=python
File renamed without changes.

MANIFEST.in

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
include LICENSE
22
include README.md
33
include pyproject.toml
4+
include install.json
45

5-
include jupyter-config/jupyterlab_interactive_dashboard_editor.json
6-
7-
include package.json
8-
include ts*.json
9-
include jupyterlab_interactive_dashboard_editor/labextension/*.tgz
10-
11-
# Javascript files
12-
graft src
13-
graft style
14-
prune **/node_modules
15-
prune lib
16-
17-
# Patterns to exclude from any directory
18-
global-exclude *~
19-
global-exclude *.pyc
20-
global-exclude *.pyo
21-
global-exclude .git
22-
global-exclude .ipynb_checkpoints
6+
graft jupyterlab_interactive_dashboard_editor/labextension

PROGRESS.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

binder/environment.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# a mybinder.org-ready environment for demoing jupyterlab-interactive-dashboard-editor
2+
# this environment may also be used locally on Linux/MacOS/Windows, e.g.
3+
#
4+
# conda env update --file binder/environment.yml
5+
# conda activate jupyterlab-interactive-dashboard-editor-demo
6+
#
7+
name: jupyterlab-interactive-dashboard-editor-demo
8+
9+
channels:
10+
- conda-forge
11+
12+
dependencies:
13+
# runtime dependencies
14+
- python >=3.8,<3.9.0a0
15+
- jupyterlab >=3,<4.0.0a0
16+
# labextension build dependencies
17+
- nodejs >=14,<15
18+
- pip
19+
- wheel
20+
# additional packages for demos
21+
# - ipywidgets

census.ipynb

Lines changed: 0 additions & 3082 deletions
This file was deleted.

0 commit comments

Comments
 (0)