StrayDragon / jupyter-dockernels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupyter dockernels

pdm-managed

使用 dockernel 管理更多 jupyter 支持的内核 (jupyter kernels), 隔离用户环境配置, 临时环境用完即弃!

功能一览

image

  • 使用 Rust 1.68 (dockernel) 模式写笔记代码

image

image

Note 查看 dockernels/ 获得更多灵感

依赖

  • Python3
  • Docker

安装

仅 dockernels

pipx install git+https://github.com/StrayDragon/dockernel@master

JupyterLab

  • 运行以下命令
pdm install --no-self

<see ./dockernels README and run cmds>

pdm run jupyter-lab
# or
. .venv/bin/activate
jupyter-lab

About

License:MIT License


Languages

Language:Dockerfile 100.0%