• Skip to main content
  • Skip to primary sidebar

学習記録

Jupyter

Jupyternotebook初期設定

2018年9月17日 by 河副 太智 Leave a Comment

c:ドライブのユーザーフォルダー(自分の名前やメールアドレスの一部)に
新規フォルダを作る(jupyter_notebook等)

次にコマンドプロンプトから

>cd jupyter_notebook

>jupyter notebook

と入力する

Filed Under: python3 Tagged With: Jupyter, 環境, 環境構築

Jupyterでzip等圧縮ファイル解凍

2017年12月5日 by 河副 太智 Leave a Comment

JupyterのNewからPython3を選択

Jupyter上で解凍
1
2
3
import zipfile
with zipfile.ZipFile("スクレイピング.zip","r") as zip_ref:
    zip_ref.extractall("")

 

Filed Under: Python 基本 Tagged With: Jupyter

Primary Sidebar

カテゴリー

  • AWS
  • Bootstrap
  • Dash
  • Django
  • flask
  • GIT(sourcetree)
  • Plotly/Dash
  • VPS
  • その他tool
  • ブログ
  • プログラミング
    • Bokeh
    • css
    • HoloViews
    • Jupyter
    • Numpy
    • Pandas
    • PosgreSQL
    • Python 基本
    • python3
      • webアプリ
    • python3解説
    • scikit-learn
    • scipy
    • vps
    • Wordpress
    • グラフ
    • コマンド
    • スクレイピング
    • チートシート
    • データクレンジング
    • ブロックチェーン
    • 作成実績
    • 時系列分析
    • 機械学習
      • 分析手法
      • 教師有り
    • 異常値検知
    • 自然言語処理
  • 一太郎
  • 数学
    • sympy
      • 対数関数(log)
      • 累乗根(n乗根)
    • 暗号学

Copyright © 2025 · Genesis Sample on Genesis Framework · WordPress · Log in