Skip to content

Commit

Permalink
Lots of LittleDrummer progress
Browse files Browse the repository at this point in the history
1. Start using settings.json acrros steps 1,2 & 3.
2. adapt step 2 to include tracking of hands data from
3.
  • Loading branch information
InfantLab committed Dec 17, 2021
1 parent 0545cb1 commit c95aef7
Show file tree
Hide file tree
Showing 10 changed files with 2,918 additions and 569 deletions.
8 changes: 6 additions & 2 deletions Step0.GettingStarted.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
"To make these work with the newer Jupyter Lab we also need to install the widgets lab extension, like so:\n",
"\n",
"```\n",
"Jupyter 3.0 (current)\n",
"conda install -c conda-forge jupyterlab_widgets\n",
"\n",
"Jupyter 2.0 (older)\n",
"conda install -c conda-forge nodejs\n",
"jupyter labextension install @jupyter-widgets/jupyterlab-manager\n",
"jupyter labextension install @jupyter-widgets/jupyterlab-manager ipycanvas\n",
Expand Down Expand Up @@ -138,7 +142,7 @@
"formats": "ipynb,py:light"
},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -152,7 +156,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.8.12"
}
},
"nbformat": 4,
Expand Down
6 changes: 5 additions & 1 deletion Step0.GettingStarted.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# format_version: '1.5'
# jupytext_version: 1.7.1
# kernelspec:
# display_name: Python 3
# display_name: Python 3 (ipykernel)
# language: python
# name: python3
# ---
Expand Down Expand Up @@ -69,6 +69,10 @@
# To make these work with the newer Jupyter Lab we also need to install the widgets lab extension, like so:
#
# ```
# Jupyter 3.0 (current)
# conda install -c conda-forge jupyterlab_widgets
#
# Jupyter 2.0 (older)
# conda install -c conda-forge nodejs
# jupyter labextension install @jupyter-widgets/jupyterlab-manager
# jupyter labextension install @jupyter-widgets/jupyterlab-manager ipycanvas
Expand Down
Loading

0 comments on commit c95aef7

Please sign in to comment.