Skip to content

Commit 59bd5b6

Browse files
committed
Use jupyterlab
1 parent 375350f commit 59bd5b6

File tree

4 files changed

+4
-36
lines changed

4 files changed

+4
-36
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,6 @@
6464
# html_static_path = ['_static']
6565

6666
# JupyterLite
67-
jupyterlite_contents = ["robotLite.urdf", "notebook.ipynb"]
67+
jupyterlite_config = "jupyterlite_config.json"
68+
jupyterlite_contents = ["robotLite.urdf"]
6869
jupyterlite_dir = "."

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ With this JupyterLab extension, you can easily create and modify URDF files from
1111
.. image:: _static/urdfOverview.gif
1212
:alt: Functionality of extension
1313

14-
.. jupyterlite:: notebook.ipynb
14+
.. jupyterlite::
1515

1616
.. toctree::
1717
:maxdepth: 2

docs/jupyterlite_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"LiteBuildConfig": {
33
"federated_extensions": [
4-
"https://anaconda.org/conda-forge/jupyterlab-urdf/0.1.0a0/download/noarch/jupyterlab-urdf-0.1.0a0-pyhd8ed1ab_0.tar.bz2"
4+
"https://files.pythonhosted.org/packages/10/0b/2aeea649807e7379351dfd798e51f9ee90975a10c400dec51d6ea0faf15c/jupyterlab_urdf-0.1.0a0-py3-none-any.whl"
55
],
66
"ignore_sys_prefix": true
77
}

docs/notebook.ipynb

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

0 commit comments

Comments
 (0)