目的

    Windows10 にmiconda をユーザ環境に入れ、jupyter を動かす。

目標

    作業時間 20 分

作業

    • ユーザディレクトリにインストール just me

 

    path は設定する(推奨されていない)

まずはアップデート

conda update conda -y

    最初はpandas + jupyter
conda install pandas lxml pyyaml jupyter matplotlib jupyterlab seaborn -y
jupyter notebook --generate-config -y
conda install -c conda-forge jupyter_contrib_nbextensions -y

.jupyter/jupyter_notebook_config.py jupyter の設定ファイルを編集

c.NotebookApp.notebook_dir='該当dir'
c.NotebookApp.ip = '*' # 外部からアクセス可能にする windows の場合は firewall 開ける必要あり
c.NotebookApp.password = 'sha1:8e7ab4a681bd:806aca97983ef712ebf3302ccac7d7975ad8773a'
# password は、xxx
conda install selenium beautifulsoup4  -y
conda install -c anaconda openpyxl -y
conda install pep8 -y
conda install -c conda-forge autopep8 -y
广告
将在 10 秒后关闭
bannerAds