Installation¶
インストール¶
ご利用には、Python 環境が必要です。
Python 環境がない場合は、python Japan などを参照され、Python環境を構築してください。
Anaconda の場合は、 Anaconda からインストールしてお使いください。
なお、Anaconda は、2021年4月30日より利用規約 Anaconda Terms of Service が変更されております。ご確認の上、ご利用ください。
Jupyter Notebook で実行する場合には、 事前に Anaconda Prompt などで plotly
をインストールしてください。
pip install plotly
ないしは
conda install -c plotly plotly
Note
環境によっては、プロキシの設定が必要です。
- pipを用いてプロキシ経由でインストールするには以下のコマンドを実行します。
pip –proxy http://[proxy]:[port] install plotly
[proxy],[port]は使用環境に合わせて設定します。
Anacondaをご利用の場合は、.condarc
でAnacondaのプロキシ設定をご確認ください。
matplotlib
matplotlib-scalebar
numpy
pandas
などのライブラリがない場合は pip
および``conda``などでインストールしてください。
動作中の環境にインストールされているライブラリ一覧は library_list.txt
にあります。
なおこちらは、Anaconda でのテスト環境におけるライブラリ一覧となります。
Installation¶
You need Python environment in order to use utilities we provide. If your computer environment does not have Python installed,
please install Python by referring to ,for example, python Japan .
Please note that the Anaconda Terms of Service Anaconda Terms of Service has been changed
from April 30, 2021, and check it out before using Anaconda.
If you use Jupyter Notebook to execute scripts, please in advance isntall plotly package
via anaconda command prompt.
pip install plotly
or
conda install -c plotly plotly
Note
You might need to configure your computer for proxy server in some situations. In this case, you have to do the installation via proxy server. You type pip command in the command-line prompt like so.
pip –proxy http://[proxy]:[port] install plotly
You set appropriately for [proxy] and [port] according to your environment.
If you are using Anaconda, you can check the proxy settings in .condarc
file.
matplotlib
matplotlib-scalebar
numpy
pandas
If these libraries are not installed in your computer environment, please install them by pip
or conda
command.
You can see list of all installed libraries in library_list.txt
,
which is the list of the libraries should be used as test environments along with Anaconda.