Changes between Version 13 and Version 14 of cypress/Python
- Timestamp:
- 08/23/16 11:03:19 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/Python
v13 v14 23 23 24 24 ==== Install Packages to Anaconda Python ==== 25 If you want to use some package but Anaconda on CYpress doesn't have it, you can install it on your home directory. 25 26 See [[AnacondaInstallPackage|here]]. 26 27 … … 108 109 }}} 109 110 111 == Jupyter Notebook == 112 The [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 114 Look at [JupyterNode|here] to lean how to use it. 115 110 116 == Installing Packages == 111 117 See [[PytonInstallPackage|here]].