·260 字·1 分钟
Install
How to use Jupyter notebooks for data analysis (2024 tutorial) - YouTube
How to Set up VS Code for Data Science & AI - YouTube
🔴 From Zero to Hero with Notebooks in VS Code - YouTube
JupyterLab & notebook
install anaconda
conda
conda create -n datascience python=3.11.8
jupyterLab <- jupyter notebook
Jupyter Notebook 允许编码人员通过 Web 浏览器编辑和运行程序,最初旨在支持 Julia、Python 和 R(三种最流行的数据科学编程语言),如今支持 40 多种编程语言。Jupyter Notebook 于 2014 年首次推出,已成为数据科学中的事实标准。JupyterLab,这是下一代 Jupyter Notebook,
Jupyter 由两个主要组件组成。
Kernel