LoginSignup
3
3

More than 5 years have passed since last update.

WindowsのDドライブでJupyter Notebookを起動するバッチファイル

Last updated at Posted at 2019-04-10

概要

  • win用
  • 好きなディレクトリでJupyter Notebookを起動するbatファイルを作った

動機

  • Pythonが入ってるのCドライブだけどDドライブでjupyterNB起動したい

環境

  • OS:Windows
  • CドライブにPythonがインストール

batファイルの中身

  • 好きなディレクトリに置いて使ってください
  • 実行すればそのディレクトリ下でJupyter Notebookが起動します
    • Jupyter Labなにそれおいしいの
start_jupyter.bat
cd /d %~dp0

jupyter notebook
3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3