官术网_书友最值得收藏!

Finding help

  1. In Chapter 1, Ecosystem of Anaconda, we showed that we could go to the link https://docs.anaconda.com/anaconda/user-guide/.
  2. After clicking the link, we would see four entries, shown here:
  1. We could type conda help to find information about the usages of Conda. In Windows, click All Programs Anaconda Anaconda PromptIn the Prompt, type conda help, as shown here:
  1. To find all packages associated with a Conda environment, we could issue the conda list command.
  2. Since the number of packages is quite large, a better solution is to generate a text file. We could issue conda list >c:/temp/list.txt:
  1. The first several lines from the output file called list.txt are shown:
  1. We could write an R program to read this text file:
> x<-read.csv('c:/temp/list.txt',skip=2) 
> head(x) 
X_ipyw_jlab_nb_ext_conf....0.1.0............py36ha9200a3_0 
1 alabaster                 0.7.10           py36hedafc74_0   
2 anaconda                  5.0.1            py36h2419598_2   
3 anaconda-client           1.6.5            py36hb3b9584_0   
4 anaconda-navigator        1.6.9            py36hfabed4d_0   
5 anaconda-project          0.8.0            py36h88395f3_0   
6 asn1crypto                0.22.0           py36hee29ec9_1   
> dim(x) 
[1] 380   1
  1. To learn how to use Jupyter, we can click Help on the menu bar after we launch Jupyter.
  2. From the list of entries, we can find the menu about Python and IPython and information about the Python packages called NumPy, SciPy, Matplotlib, and so on.
  3. After clicking on Keyboard Shortcuts, we would see the following:

To access the free support group, go to the link at https://groups.google.com/a/anaconda.com/forum/#!forum/anaconda.

主站蜘蛛池模板: 萨嘎县| 嘉兴市| 东城区| 松原市| 吐鲁番市| 怀安县| 五峰| 黄冈市| 黄骅市| 怀化市| 鄂尔多斯市| 禄劝| 灵宝市| 崇明县| 宣恩县| 温泉县| 松江区| 奉贤区| 澜沧| 通州市| 凤台县| 恩施市| 全州县| 连州市| 贡觉县| 永年县| 遂川县| 江陵县| 天等县| 澄江县| 青龙| 白沙| 离岛区| 吴旗县| 平邑县| 华容县| 杭州市| 定结县| 上高县| 六枝特区| 铜陵市|