指定目录打开jupyter notebook

一、git客户端方式–jupyter notebook /d/PycharmProject

1.在git客户端中打开指定环境
source activate tf10_py36
2.启动jupyter notebook
jupyter notebook /d/PycharmProject
指定目录打开jupyter notebook_第1张图片

二、vscode中使用git bash

source activate tf10_py36
2.启动jupyter notebook
jupyter notebook /d/PycharmProject
指定目录打开jupyter notebook_第2张图片

你可能感兴趣的:(python)