python:jupyterlab:jupyterlite

JupyterLite

mamba - 高速で堅牢なクロスプラットフォームのパッケージ マネージャー も参照😉
conda-forge の最新 python バージョンに固定する🤔

$ mamba create -n jupyterlite -c conda-forge python


Looking for: ['python']

conda-forge/noarch                                  14.0MB @   5.4MB/s  2.6s
conda-forge/linux-64                                33.3MB @   7.7MB/s  4.3s
Transaction

  Prefix: /home/tomoyan/miniforge3/envs/jupyterlite

  Updating specs:

   - python


  Package                  Version  Build               Channel           Size
────────────────────────────────────────────────────────────────────────────────
  Install:
────────────────────────────────────────────────────────────────────────────────

  + _libgcc_mutex              0.1  conda_forge         conda-forge     Cached
  + ld_impl_linux-64          2.40  h41732ed_0          conda-forge     Cached
  + ca-certificates       2024.2.2  hbcca054_0          conda-forge     Cached
  + libgomp                 13.2.0  h807b86a_5          conda-forge     Cached
  + _openmp_mutex              4.5  2_gnu               conda-forge     Cached
  + libgcc-ng               13.2.0  h807b86a_5          conda-forge     Cached
  + openssl                  3.2.1  hd590300_1          conda-forge     Cached
  + libxcrypt               4.4.36  hd590300_1          conda-forge     Cached
  + libexpat                 2.6.2  h59595ed_0          conda-forge       74kB
  + libzlib                 1.2.13  hd590300_5          conda-forge     Cached
  + libffi                   3.4.2  h7f98852_5          conda-forge     Cached
  + bzip2                    1.0.8  hd590300_5          conda-forge     Cached
  + ncurses           6.4.20240210  h59595ed_0          conda-forge     Cached
  + libuuid                 2.38.1  h0b41bf4_0          conda-forge     Cached
  + libnsl                   2.0.1  hd590300_0          conda-forge     Cached
  + xz                       5.2.6  h166bdaf_0          conda-forge     Cached
  + tk                      8.6.13  noxft_h4845f30_101  conda-forge     Cached
  + libsqlite               3.45.2  h2797004_0          conda-forge     Cached
  + readline                   8.2  h8228510_1          conda-forge     Cached
  + tzdata                   2024a  h0c530f3_0          conda-forge     Cached
  + python                  3.12.2  hab00c5b_0_cpython  conda-forge       32MB
  + wheel                   0.43.0  pyhd8ed1ab_0        conda-forge     Cached
  + setuptools              69.2.0  pyhd8ed1ab_0        conda-forge     Cached
  + pip                       24.0  pyhd8ed1ab_0        conda-forge     Cached

  Summary:

  Install: 24 packages

  Total download: 32MB

────────────────────────────────────────────────────────────────────────────────


Confirm changes: [Y/n] 
libexpat                                            73.7kB @ 499.5kB/s  0.1s
python                                              32.3MB @  10.9MB/s  3.0s

Downloading and Extracting Packages:

Preparing transaction: done
Verifying transaction: done
Executing transaction: done

To activate this environment, use

     $ mamba activate jupyterlite

To deactivate an active environment, use

     $ mamba deactivate

$ mamba env list

# conda environments:
#
base                  *  /home/tomoyan/miniforge3
jupyterlite              /home/tomoyan/miniforge3/envs/jupyterlite

参考: jupyterlite/demo/blob/main/requirements.txt
conda 環境で pip を実行して最新パッケージをインストールする🤔

$ mamba run -n jupyterlite pip install \
jupyterlite-core \
jupyterlab \
notebook \
jupyterlite-pyodide-kernel \
jupyterlite-javascript-kernel \
jupyterlab-language-pack-ja-JP \
jupyterlite-xeus-sqlite \
jupyterlite-p5-kernel \
jupyterlite-xeus-lua \
jupyterlab-fasta \
jupyterlab-geojson \
jupyterlab-open-url-parameter \
jupyterlab-night \
jupyterlab_miami_nights \
ipywidgets \
ipyevents \
ipympl \
ipycanvas \
ipyleaflet \
plotly \
bqplot

Collecting jupyterlite-core
  Downloading jupyterlite_core-0.3.0-py3-none-any.whl.metadata (5.5 kB)
Collecting jupyterlab
  Using cached jupyterlab-4.1.5-py3-none-any.whl.metadata (15 kB)
Collecting notebook
  Using cached notebook-7.1.2-py3-none-any.whl.metadata (10 kB)
Collecting jupyterlite-pyodide-kernel
  Downloading jupyterlite_pyodide_kernel-0.3.0-py3-none-any.whl.metadata (8.6 kB)
Collecting jupyterlite-javascript-kernel
  Downloading jupyterlite_javascript_kernel-0.3.0-py3-none-any.whl.metadata (5.8 kB)
Collecting jupyterlab-language-pack-ja-JP
  Using cached jupyterlab_language_pack_ja_jp-4.1.post2-py2.py3-none-any.whl.metadata (2.9 kB)
Collecting jupyterlite-xeus-sqlite
  Downloading jupyterlite_xeus_sqlite-0.2.1-py3-none-any.whl.metadata (3.5 kB)
Collecting jupyterlite-p5-kernel
  Downloading jupyterlite_p5_kernel-0.1.1-py3-none-any.whl.metadata (6.3 kB)
Collecting jupyterlite-xeus-lua
  Downloading jupyterlite_xeus_lua-0.3.3-py3-none-any.whl.metadata (3.4 kB)
Collecting jupyterlab-fasta
  Downloading jupyterlab_fasta-3.3.0-py3-none-any.whl.metadata (5.4 kB)
Collecting jupyterlab-geojson
  Downloading jupyterlab_geojson-3.4.0-py3-none-any.whl.metadata (5.9 kB)
Collecting jupyterlab-open-url-parameter
  Downloading jupyterlab_open_url_parameter-0.3.0-py3-none-any.whl.metadata (7.5 kB)
Collecting jupyterlab-night
  Downloading jupyterlab_night-0.4.6-py3-none-any.whl.metadata (1.5 kB)
Collecting jupyterlab_miami_nights
  Using cached jupyterlab_miami_nights-0.4.2-py3-none-any.whl.metadata (8.7 kB)
Collecting ipywidgets
  Using cached ipywidgets-8.1.2-py3-none-any.whl.metadata (2.4 kB)
Collecting ipyevents
  Downloading ipyevents-2.0.2-py3-none-any.whl.metadata (2.9 kB)
Collecting ipympl
  Downloading ipympl-0.9.3-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting ipycanvas
  Downloading ipycanvas-0.13.1-py2.py3-none-any.whl.metadata (922 bytes)
Collecting ipyleaflet
  Downloading ipyleaflet-0.18.2-py3-none-any.whl.metadata (1.0 kB)
Collecting plotly
  Downloading plotly-5.20.0-py3-none-any.whl.metadata (7.0 kB)
Collecting bqplot
  Downloading bqplot-0.12.43-py2.py3-none-any.whl.metadata (6.4 kB)
Collecting doit<1,>=0.34 (from jupyterlite-core)
  Downloading doit-0.36.0-py3-none-any.whl.metadata (4.9 kB)
Collecting jupyter-core>=4.7 (from jupyterlite-core)
  Using cached jupyter_core-5.7.2-py3-none-any.whl.metadata (3.4 kB)
Collecting async-lru>=1.0.0 (from jupyterlab)
  Using cached async_lru-2.0.4-py3-none-any.whl.metadata (4.5 kB)
Collecting httpx>=0.25.0 (from jupyterlab)
  Using cached httpx-0.27.0-py3-none-any.whl.metadata (7.2 kB)
Collecting ipykernel (from jupyterlab)
  Downloading ipykernel-6.29.4-py3-none-any.whl.metadata (6.3 kB)
Collecting jinja2>=3.0.3 (from jupyterlab)
  Using cached Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB)
Collecting jupyter-lsp>=2.0.0 (from jupyterlab)
  Using cached jupyter_lsp-2.2.4-py3-none-any.whl.metadata (1.8 kB)
Collecting jupyter-server<3,>=2.4.0 (from jupyterlab)
  Using cached jupyter_server-2.13.0-py3-none-any.whl.metadata (8.4 kB)
Collecting jupyterlab-server<3,>=2.19.0 (from jupyterlab)
  Using cached jupyterlab_server-2.25.4-py3-none-any.whl.metadata (5.9 kB)
Collecting notebook-shim>=0.2 (from jupyterlab)
  Using cached notebook_shim-0.2.4-py3-none-any.whl.metadata (4.0 kB)
Collecting packaging (from jupyterlab)
  Using cached packaging-24.0-py3-none-any.whl.metadata (3.2 kB)
Collecting tornado>=6.2.0 (from jupyterlab)
  Using cached tornado-6.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB)
Collecting traitlets (from jupyterlab)
  Using cached traitlets-5.14.2-py3-none-any.whl.metadata (10 kB)
Requirement already satisfied: pkginfo in ./.local/lib/python3.12/site-packages (from jupyterlite-pyodide-kernel) (1.10.0)
Collecting comm>=0.1.3 (from ipywidgets)
  Using cached comm-0.2.2-py3-none-any.whl.metadata (3.7 kB)
Collecting ipython>=6.1.0 (from ipywidgets)
  Using cached ipython-8.22.2-py3-none-any.whl.metadata (4.8 kB)
Collecting widgetsnbextension~=4.0.10 (from ipywidgets)
  Using cached widgetsnbextension-4.0.10-py3-none-any.whl.metadata (1.6 kB)
Collecting jupyterlab-widgets~=3.0.10 (from ipywidgets)
  Using cached jupyterlab_widgets-3.0.10-py3-none-any.whl.metadata (4.1 kB)
Collecting numpy (from ipympl)
  Using cached numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)
Collecting ipython-genutils (from ipympl)
  Downloading ipython_genutils-0.2.0-py2.py3-none-any.whl.metadata (755 bytes)
Collecting pillow (from ipympl)
  Using cached pillow-10.2.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (9.7 kB)
Collecting matplotlib<4,>=3.4.0 (from ipympl)
  Downloading matplotlib-3.8.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.8 kB)
Collecting traittypes<3,>=0.2.1 (from ipyleaflet)
  Downloading traittypes-0.2.1-py2.py3-none-any.whl.metadata (1.0 kB)
Collecting xyzservices>=2021.8.1 (from ipyleaflet)
  Downloading xyzservices-2023.10.1-py3-none-any.whl.metadata (4.0 kB)
Collecting branca>=0.5.0 (from ipyleaflet)
  Downloading branca-0.7.1-py3-none-any.whl.metadata (1.5 kB)
Collecting tenacity>=6.2.0 (from plotly)
  Using cached tenacity-8.2.3-py3-none-any.whl.metadata (1.0 kB)
Collecting pandas<3.0.0,>=1.0.0 (from bqplot)
  Using cached pandas-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (19 kB)
Collecting cloudpickle (from doit<1,>=0.34->jupyterlite-core)
  Using cached cloudpickle-3.0.0-py3-none-any.whl.metadata (7.0 kB)
Requirement already satisfied: importlib-metadata>=4.4 in ./.local/lib/python3.12/site-packages (from doit<1,>=0.34->jupyterlite-core) (7.1.0)
Collecting anyio (from httpx>=0.25.0->jupyterlab)
  Using cached anyio-4.3.0-py3-none-any.whl.metadata (4.6 kB)
Requirement already satisfied: certifi in ./.local/lib/python3.12/site-packages (from httpx>=0.25.0->jupyterlab) (2024.2.2)
Collecting httpcore==1.* (from httpx>=0.25.0->jupyterlab)
  Downloading httpcore-1.0.5-py3-none-any.whl.metadata (20 kB)
Collecting idna (from httpx>=0.25.0->jupyterlab)
  Using cached idna-3.6-py3-none-any.whl.metadata (9.9 kB)
Collecting sniffio (from httpx>=0.25.0->jupyterlab)
  Using cached sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx>=0.25.0->jupyterlab)
  Using cached h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
Collecting decorator (from ipython>=6.1.0->ipywidgets)
  Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB)
Collecting jedi>=0.16 (from ipython>=6.1.0->ipywidgets)
  Using cached jedi-0.19.1-py2.py3-none-any.whl.metadata (22 kB)
Collecting matplotlib-inline (from ipython>=6.1.0->ipywidgets)
  Using cached matplotlib_inline-0.1.6-py3-none-any.whl.metadata (2.8 kB)
Collecting prompt-toolkit<3.1.0,>=3.0.41 (from ipython>=6.1.0->ipywidgets)
  Using cached prompt_toolkit-3.0.43-py3-none-any.whl.metadata (6.5 kB)
Collecting pygments>=2.4.0 (from ipython>=6.1.0->ipywidgets)
  Using cached pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB)
Collecting stack-data (from ipython>=6.1.0->ipywidgets)
  Using cached stack_data-0.6.3-py3-none-any.whl.metadata (18 kB)
Collecting pexpect>4.3 (from ipython>=6.1.0->ipywidgets)
  Using cached pexpect-4.9.0-py2.py3-none-any.whl.metadata (2.5 kB)
Collecting MarkupSafe>=2.0 (from jinja2>=3.0.3->jupyterlab)
  Using cached MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
Requirement already satisfied: platformdirs>=2.5 in ./.local/lib/python3.12/site-packages (from jupyter-core>=4.7->jupyterlite-core) (4.2.0)
Collecting argon2-cffi (from jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached argon2_cffi-23.1.0-py3-none-any.whl.metadata (5.2 kB)
Collecting jupyter-client>=7.4.4 (from jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached jupyter_client-8.6.1-py3-none-any.whl.metadata (8.3 kB)
Collecting jupyter-events>=0.9.0 (from jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached jupyter_events-0.10.0-py3-none-any.whl.metadata (5.9 kB)
Collecting jupyter-server-terminals (from jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached jupyter_server_terminals-0.5.3-py3-none-any.whl.metadata (5.6 kB)
Collecting nbconvert>=6.4.4 (from jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached nbconvert-7.16.3-py3-none-any.whl.metadata (8.2 kB)
Collecting nbformat>=5.3.0 (from jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached nbformat-5.10.3-py3-none-any.whl.metadata (3.6 kB)
Collecting overrides (from jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached overrides-7.7.0-py3-none-any.whl.metadata (5.8 kB)
Collecting prometheus-client (from jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached prometheus_client-0.20.0-py3-none-any.whl.metadata (1.8 kB)
Collecting pyzmq>=24 (from jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached pyzmq-25.1.2-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (4.9 kB)
Collecting send2trash>=1.8.2 (from jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached Send2Trash-1.8.2-py3-none-any.whl.metadata (4.0 kB)
Collecting terminado>=0.8.3 (from jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached terminado-0.18.1-py3-none-any.whl.metadata (5.8 kB)
Collecting websocket-client (from jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached websocket_client-1.7.0-py3-none-any.whl.metadata (7.9 kB)
Collecting babel>=2.10 (from jupyterlab-server<3,>=2.19.0->jupyterlab)
  Using cached Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB)
Collecting json5>=0.9.0 (from jupyterlab-server<3,>=2.19.0->jupyterlab)
  Using cached json5-0.9.24-py3-none-any.whl.metadata (30 kB)
Collecting jsonschema>=4.18.0 (from jupyterlab-server<3,>=2.19.0->jupyterlab)
  Using cached jsonschema-4.21.1-py3-none-any.whl.metadata (7.8 kB)
Collecting requests>=2.31 (from jupyterlab-server<3,>=2.19.0->jupyterlab)
  Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Collecting contourpy>=1.0.1 (from matplotlib<4,>=3.4.0->ipympl)
  Downloading contourpy-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.8 kB)
Collecting cycler>=0.10 (from matplotlib<4,>=3.4.0->ipympl)
  Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
Collecting fonttools>=4.22.0 (from matplotlib<4,>=3.4.0->ipympl)
  Downloading fonttools-4.50.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (159 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 159.4/159.4 kB 643.5 kB/s eta 0:00:00
Collecting kiwisolver>=1.3.1 (from matplotlib<4,>=3.4.0->ipympl)
  Downloading kiwisolver-1.4.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.4 kB)
Collecting pyparsing>=2.3.1 (from matplotlib<4,>=3.4.0->ipympl)
  Downloading pyparsing-3.1.2-py3-none-any.whl.metadata (5.1 kB)
Collecting python-dateutil>=2.7 (from matplotlib<4,>=3.4.0->ipympl)
  Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting pytz>=2020.1 (from pandas<3.0.0,>=1.0.0->bqplot)
  Using cached pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB)
Collecting tzdata>=2022.7 (from pandas<3.0.0,>=1.0.0->bqplot)
  Using cached tzdata-2024.1-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting debugpy>=1.6.5 (from ipykernel->jupyterlab)
  Using cached debugpy-1.8.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB)
Collecting nest-asyncio (from ipykernel->jupyterlab)
  Using cached nest_asyncio-1.6.0-py3-none-any.whl.metadata (2.8 kB)
Collecting psutil (from ipykernel->jupyterlab)
  Using cached psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB)
Requirement already satisfied: zipp>=0.5 in ./.local/lib/python3.12/site-packages (from importlib-metadata>=4.4->doit<1,>=0.34->jupyterlite-core) (3.18.1)
Collecting parso<0.9.0,>=0.8.3 (from jedi>=0.16->ipython>=6.1.0->ipywidgets)
  Using cached parso-0.8.3-py2.py3-none-any.whl.metadata (7.5 kB)
Collecting attrs>=22.2.0 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.19.0->jupyterlab)
  Using cached attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB)
Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.19.0->jupyterlab)
  Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB)
Collecting referencing>=0.28.4 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.19.0->jupyterlab)
  Using cached referencing-0.34.0-py3-none-any.whl.metadata (2.8 kB)
Collecting rpds-py>=0.7.1 (from jsonschema>=4.18.0->jupyterlab-server<3,>=2.19.0->jupyterlab)
  Using cached rpds_py-0.18.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB)
Collecting python-json-logger>=2.0.4 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached python_json_logger-2.0.7-py3-none-any.whl.metadata (6.5 kB)
Collecting pyyaml>=5.3 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting rfc3339-validator (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting rfc3986-validator>=0.1.1 (from jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached rfc3986_validator-0.1.1-py2.py3-none-any.whl.metadata (1.7 kB)
Collecting beautifulsoup4 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
Collecting bleach!=5.0.0 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached bleach-6.1.0-py3-none-any.whl.metadata (30 kB)
Collecting defusedxml (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB)
Collecting jupyterlab-pygments (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached jupyterlab_pygments-0.3.0-py3-none-any.whl.metadata (4.4 kB)
Collecting mistune<4,>=2.0.3 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached mistune-3.0.2-py3-none-any.whl.metadata (1.7 kB)
Collecting nbclient>=0.5.0 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached nbclient-0.10.0-py3-none-any.whl.metadata (7.8 kB)
Collecting pandocfilters>=1.4.1 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached pandocfilters-1.5.1-py2.py3-none-any.whl.metadata (9.0 kB)
Collecting tinycss2 (from nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached tinycss2-1.2.1-py3-none-any.whl.metadata (3.0 kB)
Collecting fastjsonschema (from nbformat>=5.3.0->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached fastjsonschema-2.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting ptyprocess>=0.5 (from pexpect>4.3->ipython>=6.1.0->ipywidgets)
  Using cached ptyprocess-0.7.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting wcwidth (from prompt-toolkit<3.1.0,>=3.0.41->ipython>=6.1.0->ipywidgets)
  Using cached wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB)
Collecting six>=1.5 (from python-dateutil>=2.7->matplotlib<4,>=3.4.0->ipympl)
  Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
Collecting charset-normalizer<4,>=2 (from requests>=2.31->jupyterlab-server<3,>=2.19.0->jupyterlab)
  Using cached charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)
Collecting urllib3<3,>=1.21.1 (from requests>=2.31->jupyterlab-server<3,>=2.19.0->jupyterlab)
  Using cached urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB)
Collecting argon2-cffi-bindings (from argon2-cffi->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB)
Collecting executing>=1.2.0 (from stack-data->ipython>=6.1.0->ipywidgets)
  Using cached executing-2.0.1-py2.py3-none-any.whl.metadata (9.0 kB)
Collecting asttokens>=2.1.0 (from stack-data->ipython>=6.1.0->ipywidgets)
  Using cached asttokens-2.4.1-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting pure-eval (from stack-data->ipython>=6.1.0->ipywidgets)
  Using cached pure_eval-0.2.2-py3-none-any.whl.metadata (6.2 kB)
Collecting webencodings (from bleach!=5.0.0->nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB)
Collecting fqdn (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached fqdn-1.5.1-py3-none-any.whl.metadata (1.4 kB)
Collecting isoduration (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached isoduration-20.11.0-py3-none-any.whl.metadata (5.7 kB)
Collecting jsonpointer>1.13 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB)
Collecting uri-template (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached uri_template-1.3.0-py3-none-any.whl.metadata (8.8 kB)
Collecting webcolors>=1.11 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached webcolors-1.13-py3-none-any.whl.metadata (2.6 kB)
Collecting cffi>=1.0.1 (from argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached cffi-1.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Collecting soupsieve>1.2 (from beautifulsoup4->nbconvert>=6.4.4->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB)
Collecting pycparser (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB)
Collecting arrow>=0.15.0 (from isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached arrow-1.3.0-py3-none-any.whl.metadata (7.5 kB)
Collecting types-python-dateutil>=2.8.10 (from arrow>=0.15.0->isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.9.0->jupyter-server<3,>=2.4.0->jupyterlab)
  Using cached types_python_dateutil-2.9.0.20240316-py3-none-any.whl.metadata (1.8 kB)
Downloading jupyterlite_core-0.3.0-py3-none-any.whl (14.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.2/14.2 MB 2.4 MB/s eta 0:00:00
Using cached jupyterlab-4.1.5-py3-none-any.whl (11.4 MB)
Using cached notebook-7.1.2-py3-none-any.whl (5.0 MB)
Downloading jupyterlite_pyodide_kernel-0.3.0-py3-none-any.whl (211 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.9/211.9 kB 1.1 MB/s eta 0:00:00
Downloading jupyterlite_javascript_kernel-0.3.0-py3-none-any.whl (33 kB)
Using cached jupyterlab_language_pack_ja_jp-4.1.post2-py2.py3-none-any.whl (59 kB)
Downloading jupyterlite_xeus_sqlite-0.2.1-py3-none-any.whl (2.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 2.9 MB/s eta 0:00:00
Downloading jupyterlite_p5_kernel-0.1.1-py3-none-any.whl (21 kB)
Downloading jupyterlite_xeus_lua-0.3.3-py3-none-any.whl (2.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 3.4 MB/s eta 0:00:00
Downloading jupyterlab_fasta-3.3.0-py3-none-any.whl (157 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.4/157.4 kB 1.4 MB/s eta 0:00:00
Downloading jupyterlab_geojson-3.4.0-py3-none-any.whl (83 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.2/83.2 kB 562.3 kB/s eta 0:00:00
Downloading jupyterlab_open_url_parameter-0.3.0-py3-none-any.whl (16 kB)
Downloading jupyterlab_night-0.4.6-py3-none-any.whl (162 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.4/162.4 kB 855.9 kB/s eta 0:00:00
Using cached jupyterlab_miami_nights-0.4.2-py3-none-any.whl (347 kB)
Using cached ipywidgets-8.1.2-py3-none-any.whl (139 kB)
Downloading ipyevents-2.0.2-py3-none-any.whl (101 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.8/101.8 kB 1.3 MB/s eta 0:00:00
Downloading ipympl-0.9.3-py2.py3-none-any.whl (511 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 511.6/511.6 kB 2.0 MB/s eta 0:00:00
Downloading ipycanvas-0.13.1-py2.py3-none-any.whl (255 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 255.7/255.7 kB 2.3 MB/s eta 0:00:00
Downloading ipyleaflet-0.18.2-py3-none-any.whl (3.7 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 3.6 MB/s eta 0:00:00
Downloading plotly-5.20.0-py3-none-any.whl (15.7 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.7/15.7 MB 5.3 MB/s eta 0:00:00
Downloading bqplot-0.12.43-py2.py3-none-any.whl (1.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 898.0 kB/s eta 0:00:00
Using cached async_lru-2.0.4-py3-none-any.whl (6.1 kB)
Downloading branca-0.7.1-py3-none-any.whl (25 kB)
Using cached comm-0.2.2-py3-none-any.whl (7.2 kB)
Downloading doit-0.36.0-py3-none-any.whl (85 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.9/85.9 kB 552.1 kB/s eta 0:00:00
Using cached httpx-0.27.0-py3-none-any.whl (75 kB)
Downloading httpcore-1.0.5-py3-none-any.whl (77 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.9/77.9 kB 758.1 kB/s eta 0:00:00
Using cached ipython-8.22.2-py3-none-any.whl (811 kB)
Using cached Jinja2-3.1.3-py3-none-any.whl (133 kB)
Using cached jupyter_core-5.7.2-py3-none-any.whl (28 kB)
Using cached jupyter_lsp-2.2.4-py3-none-any.whl (69 kB)
Using cached jupyter_server-2.13.0-py3-none-any.whl (383 kB)
Using cached jupyterlab_server-2.25.4-py3-none-any.whl (58 kB)
Using cached jupyterlab_widgets-3.0.10-py3-none-any.whl (215 kB)
Downloading matplotlib-3.8.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 4.1 MB/s eta 0:00:00
Using cached notebook_shim-0.2.4-py3-none-any.whl (13 kB)
Using cached numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.0 MB)
Using cached packaging-24.0-py3-none-any.whl (53 kB)
Using cached pandas-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.7 MB)
Using cached pillow-10.2.0-cp312-cp312-manylinux_2_28_x86_64.whl (4.5 MB)
Using cached tenacity-8.2.3-py3-none-any.whl (24 kB)
Using cached tornado-6.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB)
Using cached traitlets-5.14.2-py3-none-any.whl (85 kB)
Downloading traittypes-0.2.1-py2.py3-none-any.whl (8.6 kB)
Using cached widgetsnbextension-4.0.10-py3-none-any.whl (2.3 MB)
Downloading xyzservices-2023.10.1-py3-none-any.whl (56 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 kB 72.2 kB/s eta 0:00:00
Downloading ipykernel-6.29.4-py3-none-any.whl (117 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.1/117.1 kB 524.4 kB/s eta 0:00:00
Downloading ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB)
Using cached anyio-4.3.0-py3-none-any.whl (85 kB)
Using cached Babel-2.14.0-py3-none-any.whl (11.0 MB)
Downloading contourpy-1.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (303 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 303.9/303.9 kB 1.5 MB/s eta 0:00:00
Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB)
Using cached debugpy-1.8.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB)
Downloading fonttools-4.50.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 3.7 MB/s eta 0:00:00
Using cached idna-3.6-py3-none-any.whl (61 kB)
Using cached jedi-0.19.1-py2.py3-none-any.whl (1.6 MB)
Using cached json5-0.9.24-py3-none-any.whl (30 kB)
Using cached jsonschema-4.21.1-py3-none-any.whl (85 kB)
Using cached jupyter_client-8.6.1-py3-none-any.whl (105 kB)
Using cached jupyter_events-0.10.0-py3-none-any.whl (18 kB)
Downloading kiwisolver-1.4.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 2.7 MB/s eta 0:00:00
Using cached MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB)
Using cached matplotlib_inline-0.1.6-py3-none-any.whl (9.4 kB)
Using cached nbconvert-7.16.3-py3-none-any.whl (257 kB)
Using cached nbformat-5.10.3-py3-none-any.whl (78 kB)
Using cached pexpect-4.9.0-py2.py3-none-any.whl (63 kB)
Using cached prompt_toolkit-3.0.43-py3-none-any.whl (386 kB)
Using cached pygments-2.17.2-py3-none-any.whl (1.2 MB)
Downloading pyparsing-3.1.2-py3-none-any.whl (103 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.2/103.2 kB 1.3 MB/s eta 0:00:00
Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
Using cached pytz-2024.1-py2.py3-none-any.whl (505 kB)
Using cached pyzmq-25.1.2-cp312-cp312-manylinux_2_28_x86_64.whl (1.1 MB)
Using cached requests-2.31.0-py3-none-any.whl (62 kB)
Using cached Send2Trash-1.8.2-py3-none-any.whl (18 kB)
Using cached sniffio-1.3.1-py3-none-any.whl (10 kB)
Using cached terminado-0.18.1-py3-none-any.whl (14 kB)
Using cached tzdata-2024.1-py2.py3-none-any.whl (345 kB)
Using cached argon2_cffi-23.1.0-py3-none-any.whl (15 kB)
Using cached cloudpickle-3.0.0-py3-none-any.whl (20 kB)
Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB)
Using cached jupyter_server_terminals-0.5.3-py3-none-any.whl (13 kB)
Using cached nest_asyncio-1.6.0-py3-none-any.whl (5.2 kB)
Using cached overrides-7.7.0-py3-none-any.whl (17 kB)
Using cached prometheus_client-0.20.0-py3-none-any.whl (54 kB)
Using cached psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288 kB)
Using cached stack_data-0.6.3-py3-none-any.whl (24 kB)
Using cached websocket_client-1.7.0-py3-none-any.whl (58 kB)
Using cached asttokens-2.4.1-py2.py3-none-any.whl (27 kB)
Using cached attrs-23.2.0-py3-none-any.whl (60 kB)
Using cached bleach-6.1.0-py3-none-any.whl (162 kB)
Using cached charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141 kB)
Using cached executing-2.0.1-py2.py3-none-any.whl (24 kB)
Using cached h11-0.14.0-py3-none-any.whl (58 kB)
Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB)
Using cached mistune-3.0.2-py3-none-any.whl (47 kB)
Using cached nbclient-0.10.0-py3-none-any.whl (25 kB)
Using cached pandocfilters-1.5.1-py2.py3-none-any.whl (8.7 kB)
Using cached parso-0.8.3-py2.py3-none-any.whl (100 kB)
Using cached ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Using cached python_json_logger-2.0.7-py3-none-any.whl (8.1 kB)
Using cached PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (724 kB)
Using cached referencing-0.34.0-py3-none-any.whl (26 kB)
Using cached rfc3986_validator-0.1.1-py2.py3-none-any.whl (4.2 kB)
Using cached rpds_py-0.18.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB)
Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Using cached urllib3-2.2.1-py3-none-any.whl (121 kB)
Using cached argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (86 kB)
Using cached beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Using cached fastjsonschema-2.19.1-py3-none-any.whl (23 kB)
Using cached jupyterlab_pygments-0.3.0-py3-none-any.whl (15 kB)
Using cached pure_eval-0.2.2-py3-none-any.whl (11 kB)
Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB)
Using cached tinycss2-1.2.1-py3-none-any.whl (21 kB)
Using cached wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Using cached cffi-1.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (477 kB)
Using cached jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB)
Using cached soupsieve-2.5-py3-none-any.whl (36 kB)
Using cached webcolors-1.13-py3-none-any.whl (14 kB)
Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Using cached fqdn-1.5.1-py3-none-any.whl (9.1 kB)
Using cached isoduration-20.11.0-py3-none-any.whl (11 kB)
Using cached uri_template-1.3.0-py3-none-any.whl (11 kB)
Using cached arrow-1.3.0-py3-none-any.whl (66 kB)
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Using cached types_python_dateutil-2.9.0.20240316-py3-none-any.whl (9.7 kB)
Installing collected packages: webencodings, wcwidth, pytz, pure-eval, ptyprocess, jupyterlab-language-pack-ja-JP, ipython-genutils, fastjsonschema, xyzservices, widgetsnbextension, websocket-client, webcolors, urllib3, uri-template, tzdata, types-python-dateutil, traitlets, tornado, tinycss2, tenacity, soupsieve, sniffio, six, send2trash, rpds-py, rfc3986-validator, pyzmq, pyyaml, python-json-logger, pyparsing, pygments, pycparser, psutil, prompt-toolkit, prometheus-client, pillow, pexpect, parso, pandocfilters, packaging, overrides, numpy, nest-asyncio, mistune, MarkupSafe, kiwisolver, jupyterlite-xeus-sqlite, jupyterlite-xeus-lua, jupyterlite-p5-kernel, jupyterlite-javascript-kernel, jupyterlab-widgets, jupyterlab-pygments, jupyterlab-open-url-parameter, jupyterlab-night, jupyterlab-geojson, jupyterlab-fasta, jsonpointer, json5, idna, h11, fqdn, fonttools, executing, defusedxml, decorator, debugpy, cycler, cloudpickle, charset-normalizer, babel, attrs, async-lru, traittypes, terminado, rfc3339-validator, requests, referencing, python-dateutil, plotly, matplotlib-inline, jupyter-core, jinja2, jedi, httpcore, doit, contourpy, comm, cffi, bleach, beautifulsoup4, asttokens, anyio, stack-data, pandas, matplotlib, jupyterlite-core, jupyter-server-terminals, jupyter-client, jsonschema-specifications, httpx, branca, arrow, argon2-cffi-bindings, jupyterlite-pyodide-kernel, jsonschema, isoduration, ipython, argon2-cffi, nbformat, ipywidgets, ipykernel, nbclient, jupyter-events, ipympl, ipyleaflet, ipyevents, ipycanvas, bqplot, nbconvert, jupyter-server, notebook-shim, jupyterlab-server, jupyter-lsp, jupyterlab, notebook, jupyterlab_miami_nights
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pipx 1.4.3 requires argcomplete>=1.9.4, which is not installed.
Successfully installed MarkupSafe-2.1.5 anyio-4.3.0 argon2-cffi-23.1.0 argon2-cffi-bindings-21.2.0 arrow-1.3.0 asttokens-2.4.1 async-lru-2.0.4 attrs-23.2.0 babel-2.14.0 beautifulsoup4-4.12.3 bleach-6.1.0 bqplot-0.12.43 branca-0.7.1 cffi-1.16.0 charset-normalizer-3.3.2 cloudpickle-3.0.0 comm-0.2.2 contourpy-1.2.0 cycler-0.12.1 debugpy-1.8.1 decorator-5.1.1 defusedxml-0.7.1 doit-0.36.0 executing-2.0.1 fastjsonschema-2.19.1 fonttools-4.50.0 fqdn-1.5.1 h11-0.14.0 httpcore-1.0.5 httpx-0.27.0 idna-3.6 ipycanvas-0.13.1 ipyevents-2.0.2 ipykernel-6.29.4 ipyleaflet-0.18.2 ipympl-0.9.3 ipython-8.22.2 ipython-genutils-0.2.0 ipywidgets-8.1.2 isoduration-20.11.0 jedi-0.19.1 jinja2-3.1.3 json5-0.9.24 jsonpointer-2.4 jsonschema-4.21.1 jsonschema-specifications-2023.12.1 jupyter-client-8.6.1 jupyter-core-5.7.2 jupyter-events-0.10.0 jupyter-lsp-2.2.4 jupyter-server-2.13.0 jupyter-server-terminals-0.5.3 jupyterlab-4.1.5 jupyterlab-fasta-3.3.0 jupyterlab-geojson-3.4.0 jupyterlab-language-pack-ja-JP-4.1.post2 jupyterlab-night-0.4.6 jupyterlab-open-url-parameter-0.3.0 jupyterlab-pygments-0.3.0 jupyterlab-server-2.25.4 jupyterlab-widgets-3.0.10 jupyterlab_miami_nights-0.4.2 jupyterlite-core-0.3.0 jupyterlite-javascript-kernel-0.3.0 jupyterlite-p5-kernel-0.1.1 jupyterlite-pyodide-kernel-0.3.0 jupyterlite-xeus-lua-0.3.3 jupyterlite-xeus-sqlite-0.2.1 kiwisolver-1.4.5 matplotlib-3.8.3 matplotlib-inline-0.1.6 mistune-3.0.2 nbclient-0.10.0 nbconvert-7.16.3 nbformat-5.10.3 nest-asyncio-1.6.0 notebook-7.1.2 notebook-shim-0.2.4 numpy-1.26.4 overrides-7.7.0 packaging-24.0 pandas-2.2.1 pandocfilters-1.5.1 parso-0.8.3 pexpect-4.9.0 pillow-10.2.0 plotly-5.20.0 prometheus-client-0.20.0 prompt-toolkit-3.0.43 psutil-5.9.8 ptyprocess-0.7.0 pure-eval-0.2.2 pycparser-2.21 pygments-2.17.2 pyparsing-3.1.2 python-dateutil-2.9.0.post0 python-json-logger-2.0.7 pytz-2024.1 pyyaml-6.0.1 pyzmq-25.1.2 referencing-0.34.0 requests-2.31.0 rfc3339-validator-0.1.4 rfc3986-validator-0.1.1 rpds-py-0.18.0 send2trash-1.8.2 six-1.16.0 sniffio-1.3.1 soupsieve-2.5 stack-data-0.6.3 tenacity-8.2.3 terminado-0.18.1 tinycss2-1.2.1 tornado-6.4 traitlets-5.14.2 traittypes-0.2.1 types-python-dateutil-2.9.0.20240316 tzdata-2024.1 uri-template-1.3.0 urllib3-2.2.1 wcwidth-0.2.13 webcolors-1.13 webencodings-0.5.1 websocket-client-1.7.0 widgetsnbextension-4.0.10 xyzservices-2023.10.1

$ rm -rf ~/dokuwiki/apps/jupyterlite
$ mkdir jupyterlite && cd jupyterlite && mkdir content
$ cat << EOF > overrides.json
{
  "@jupyterlab/apputils-extension:themes": {
    "theme": "JupyterLab Dark"
  },
  "@jupyterlab/translation-extension:plugin": {
    "locale": "ja_JP"
  }
}
EOF

デモの nootbook を入れる場合🤔

$ git clone --depth 1 https://github.com/jupyterlite/demo.git

Cloning into 'demo'...
remote: Enumerating objects: 46, done.
remote: Counting objects: 100% (46/46), done.
remote: Compressing objects: 100% (34/34), done.
remote: Total 46 (delta 8), reused 33 (delta 8), pack-reused 0
Receiving objects: 100% (46/46), 104.17 KiB | 549.00 KiB/s, done.
Resolving deltas: 100% (8/8), done.

$ git clone --depth 1 https://github.com/jupyterlite/xeus-python-demo.git

Cloning into 'xeus-python-demo'...
remote: Enumerating objects: 14, done.
remote: Counting objects: 100% (14/14), done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 14 (delta 0), reused 8 (delta 0), pack-reused 0
Receiving objects: 100% (14/14), 1.82 MiB | 1.99 MiB/s, done.

$ cp -r demo/content/* content
$ cp -r xeus-python-demo/content/demo.ipynb content/xeus_demo.ipynb
$ rm -rf demo xeus-python-demo

$ mamba run -n jupyterlite jupyter lite build --contents content --output-dir dist
# Or
$ mamba run -n jupyterlite jupyter lite serve --contents content --output-dir dist

static:jupyter-lite.json
.  pre_status:static:jupyter-lite.json
    tarball:         jupyterlite-app-0.2.3.tgz 9MB
    output:          /var/www/vhosts/www.tomoyan.net/dokuwiki/apps/jupyterlite
    lite dir:        /home/tomoyan/work/jupyterlite
    apps:            
    sourcemaps:      True
    unused packages: True
archive:archive
contents:contents
icons:icons
jupyterlite-pyodide-kernel-pyodide:pyodide
lite:jupyter-lite.json
mimetypes:jupyter-lite.json
serve:contents
settings:overrides
translation:translation
.  status:archive:archive
.  status:contents:contents
    contents: 1 files
.  status:icons:icons
    favicon files: 0 files
.  status:jupyterlite-pyodide-kernel-pyodide:pyodide
     URL: None
 archive: []
   cache: 0 files
   local: 0 files
.  status:lite:jupyter-lite.json
.  status:mimetypes:jupyter-lite.json
    filetypes:         26 
.  status:serve:contents
    url: http://127.0.0.1:8000/
    server: tornado
    headers:
.  status:settings:overrides
    overrides.json: 1
.  status:translation:translation
    translation files: 0 files
static:output_dir
-- pre_init:static:output_dir
static:unpack
.  init:static:unpack
federated_extensions:copy:ext:@jupyterlite/xeus-sqlite-kernel
federated_extensions:copy:ext:@jupyterlite/xeus-lua-kernel
federated_extensions:copy:ext:jupyterlab_pygments
federated_extensions:copy:ext:jupyterlab-night
federated_extensions:copy:ext:jupyterlab-plotly
federated_extensions:copy:ext:jupyter-matplotlib
federated_extensions:copy:ext:jupyter-leaflet
federated_extensions:copy:ext:ipyevents
federated_extensions:copy:ext:ipycanvas
federated_extensions:copy:ext:bqplot
federated_extensions:copy:ext:@jupyterlite/p5-kernel-extension
federated_extensions:copy:ext:@jupyterlite/javascript-kernel-extension
federated_extensions:copy:ext:@jupyterlite/pyodide-kernel-extension
federated_extensions:copy:ext:@jupyter-widgets/jupyterlab-manager
federated_extensions:copy:ext:@jupyterlab/geojson-extension
federated_extensions:copy:ext:@jupyterlab/fasta-extension
federated_extensions:copy:ext:@jupyter-notebook/lab-extension
federated_extensions:copy:ext:@timkpaine/jupyterlab_miami_nights
settings:copy:root/
.  pre_build:federated_extensions:copy:ext:@jupyterlite/xeus-sqlite-kernel
.  pre_build:federated_extensions:copy:ext:@jupyterlite/xeus-lua-kernel
.  pre_build:federated_extensions:copy:ext:jupyterlab_pygments
.  pre_build:federated_extensions:copy:ext:jupyterlab-night
.  pre_build:federated_extensions:copy:ext:jupyterlab-plotly
.  pre_build:federated_extensions:copy:ext:jupyter-matplotlib
.  pre_build:federated_extensions:copy:ext:jupyter-leaflet
.  pre_build:federated_extensions:copy:ext:ipyevents
.  pre_build:federated_extensions:copy:ext:ipycanvas
.  pre_build:federated_extensions:copy:ext:bqplot
.  pre_build:federated_extensions:copy:ext:@jupyterlite/p5-kernel-extension
.  pre_build:federated_extensions:copy:ext:@jupyterlite/javascript-kernel-extension
.  pre_build:federated_extensions:copy:ext:@jupyterlite/pyodide-kernel-extension
.  pre_build:federated_extensions:copy:ext:@jupyter-widgets/jupyterlab-manager
.  pre_build:federated_extensions:copy:ext:@jupyterlab/geojson-extension
.  pre_build:federated_extensions:copy:ext:@jupyterlab/fasta-extension
.  pre_build:federated_extensions:copy:ext:@jupyter-notebook/lab-extension
.  pre_build:federated_extensions:copy:ext:@timkpaine/jupyterlab_miami_nights
.  pre_build:settings:copy:root/
contents:copy:ubi_micro.ipynb
icons:copy
lite:patch:repl/jupyter-lite.json
translation:copy
.  build:contents:copy:ubi_micro.ipynb
.  build:icons:copy
-- build:lite:patch:repl/jupyter-lite.json
.  build:translation:copy
contents:contents:.
federated_extensions:patch
federated_extensions:copy:theme:jupyterlab-night
federated_extensions:copy:theme:@timkpaine/jupyterlab_miami_nights
federated_extensions:settings
jupyterlite-pyodide-kernel-piplite:patch
mimetypes:patch
settings:patch:overrides:None
.  post_build:contents:contents:.
.  post_build:federated_extensions:patch
.  post_build:federated_extensions:copy:theme:jupyterlab-night
.  post_build:federated_extensions:copy:theme:@timkpaine/jupyterlab_miami_nights
.  post_build:federated_extensions:settings
.  post_build:jupyterlite-pyodide-kernel-piplite:patch
.  post_build:mimetypes:patch
.  post_build:settings:patch:overrides:None

[LiteBuildApp] No archive (yet): jupyterlite-jupyterlite.tgz
[LiteBuildApp]     jupyter-lite.(json|ipynb): 1 files
/home/tomoyan/miniforge3/envs/jupyterlite/lib/python3.12/site-packages/jupyterlite_core/addons/base.py:294: UserWarning: install libarchive-c for better performance when working with archives: No module named 'libarchive'
  return has_optional_dependency(

https://www.tomoyan.net/apps/jupyterlite/

pip_entrypoints.ipynb

  • python/jupyterlab/jupyterlite.txt
  • 最終更新: 2024/03/31 09:09
  • by ともやん