You are on page 1of 1

1. Install python3 and check the evironment setting.

%% Anaconda

2. Install pip3. Please check https://pip.pypa.io/en/stable/installing/

3. %% pip3 install jupyter matplotlib numexpr numpy pandas pillow protobuf psutil
scikit-learn scipy sympy --upgrade
*�i���� %% https://stackoverflow.com/questions/42755129/installing-tensorfow-
not-supported-wheel

4. Install Tensorflow. Please check https://www.tensorflow.org/install/

5. Install tex
Windows: Miktex. Please check https://miktex.org/
linux or Mac: Please Check https://www.tug.org/texlive/
%% package���D�i�w�ˮɿ�all users

6. Install pandoc. Please check https://pandoc.org/installing.html

7. Install (some)latex_envs. Please check http://jupyter-contrib-


nbextensions.readthedocs.io/en/latest/nbextensions/latex_envs/README.html#installat
ion
%% python -m pip install
https://github.com/jfbercher/jupyter_latex_envs/archive/master.zip

----------------------------- check your installation for latex environment in


jupyter notebook ---------------
8. Download https://github.com/jupyter/nbconvert-examples

9. In console or command prompt:


a) %% cd ....\nbconvert-examples-master\citations
b) %% jupyter nbconvert --to latex --template citations.tplx
LifecycleTools.ipynb

*latex�s�觹���Mendeley���bibtex�A�‫�ޥ‬http://tul.blog.ntu.edu.tw/archives/5575
URL����: http://timmurphy.org/2010/04/04/referencing-website-urls-with-latex-
bibtex/

If there is no big problem, LifecycleTools.pdf with citation(reference) list


should be in your folder.

10. %% pip3 install Theano --upgrade

11. %% pip3 install keras -U --pre

12. Activate Jupyter Notebook to start your first homework.


%% jupyter notebook

My Environment: Win10
Tensorflow 1.7.0
Cuda 9.0 with cuDNN 7.1.2
GTX 750
Python 3.6.4(Anaconda)

You might also like