注:本人于2022年4月16日开始初次接触Manjaro Linux,初学linux,主要目的为基于PyCharm进行Python开发,所有信息均基于Xfce版本的Manjaro。 OS Version: Manjaro 21 Kernal Version: 5.15.32-1-MANJARO (linux515)

初衷

学了一段时间买的Python之后,开始对数据分析感到一些兴趣(或者说,我学习Python的主要原动力就是数据分析、统计这个方向),所以简单的看了一下,感觉以后会用到Jupyter Notebook这个工具。

安装

参考链接:
需要安装的包还挺多的,先记录一下,以后再慢慢看这些包有什么用。

  1. [snailist@snailist-3700x ~]$ sudo pacman -S jupyter-notebook
  2. resolving dependencies...
  3. looking for conflicting packages...
  4. warning: dependency cycle detected:
  5. warning: python-ipykernel will be installed before its python-jupyter_client dependency
  6. warning: dependency cycle detected:
  7. warning: jupyter-server will be installed before its jupyter-nbconvert dependency
  8. Packages (71) c-ares-1.18.1-1 ipython-8.3.0-1 jupyter-nbclient-0.6.3-1 jupyter-nbconvert-6.5.0-3
  9. jupyter-nbformat-5.4.0-1 jupyter-notebook-shim-0.1.0-1 jupyter-server-1.17.0-1 jupyterlab-3.4.0-1
  10. jupyterlab_pygments-0.2.2-1 mathjax2-2.7.9-1 nodejs-18.1.0-1 python-anyio-3.5.0-1
  11. python-argon2-cffi-bindings-21.2.0-2 python-argon2_cffi-21.3.0-1 python-asttokens-2.0.5-2
  12. python-async_generator-1.10-7 python-attrs-21.4.0-1 python-babel-2.10.1-1 python-backcall-0.2.0-6
  13. python-beautifulsoup4-4.10.0-1 python-bleach-4.1.0-3 python-cffi-1.15.0-3 python-dateutil-2.8.2-4
  14. python-debugpy-1.6.0-1 python-decorator-5.1.1-1 python-defusedxml-0.7.1-4 python-deprecation-2.1.0-6
  15. python-entrypoints-0.4-2 python-executing-0.8.3-1 python-fastjsonschema-2.15.3-1
  16. python-ipykernel-6.13.0-1 python-jedi-0.18.1-1 python-jinja-1:3.0.3-2 python-json5-0.9.8-1
  17. python-jsonschema-3.2.0-6 python-jupyter_client-7.3.1-1 python-jupyter_core-4.10.0-1
  18. python-jupyter_packaging-0.12.0-3 python-jupyterlab_server-2.13.0-1 python-markupsafe-2.1.1-1
  19. python-matplotlib-inline-0.1.3-3 python-mistune1-0.8.4-4 python-nest-asyncio-1.5.5-1
  20. python-pandocfilters-1.5.0-1 python-parso-1:0.8.2-3 python-pickleshare-0.7.5-8 python-ply-3.11-10
  21. python-prometheus_client-0.14.1-1 python-prompt_toolkit-3.0.28-1 python-pure-eval-0.2.2-1
  22. python-pycparser-2.21-3 python-pygments-2.12.0-1 python-pyrsistent-0.18.1-1 python-pytz-2022.1-1
  23. python-pyzmq-22.3.0-1 python-requests-unixsocket-0.3.0-1 python-send2trash-1.8.0-3
  24. python-sniffio-1.2.0-5 python-soupsieve-2.3.1-1 python-stack-data-0.2.0-1 python-terminado-0.13.3-1
  25. python-testpath-0.6.0-1 python-tinycss2-1.1.1-1 python-tomlkit-0.10.2-1 python-tornado-6.1.0-5
  26. python-traitlets-5.1.1-1 python-wcwidth-0.2.5-6 python-webencodings-0.5.1-9
  27. python-websocket-client-1.3.2-1 python-wheel-0.37.1-1 jupyter-notebook-6.4.11-1
  28. Total Download Size: 40.84 MiB
  29. Total Installed Size: 220.08 MiB