Skip to main content

·260 字·1 分钟

Install

Guide to Setting Up Anaconda and Jupyter Notebook for GEO Data Analysis in 2024: Python & Genomics - YouTube

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

JupyterLab 入门教程:安装、扩展等 |数据营 — Getting Started with JupyterLab Tutorial: Installation, Extensions, and More | DataCamp

Enhancing Data Science Workflows: Mastering Version Control for Jupyter Notebooks | by Alessandro Tomassini | in Towards Data Science - Freedium

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