jupyter使用

17 阅读1分钟

jupyter指定打开项目目录

jupyter notebook --notebook-dir="E:\ai\ai-study\ai-project\jupyter-sample"

键盘快捷键

Image text

编程demo

import numpy as np
patientlist = [[62,38.3,150,211,2],[62,38.3,150,211,2],[62,38.3,150,211,2]]
patientlist

Image text

最近更新:

2025/12/6 15:56

Contributors