Changes between Version 13 and Version 14 of cypress/Python


Ignore:
Timestamp:
08/23/16 11:03:19 (8 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/Python

    v13 v14  
    2323
    2424==== Install Packages to Anaconda Python ====
     25If you want to use some package but Anaconda on CYpress doesn't have it, you can install it on your home directory.
    2526See [[AnacondaInstallPackage|here]].
    2627
     
    108109}}}
    109110
     111== Jupyter Notebook ==
     112The [http://jupyter.org/| Jupyter Notebook] is a web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text.
     113
     114Look at [JupyterNode|here] to lean how to use it.
     115
    110116== Installing Packages ==
    111117See [[PytonInstallPackage|here]].