update
many, many chore
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 安装 python
|
||||
|
||||
教程
|
||||
::: warning 😍 教程
|
||||
|
||||
[Python 小白必看,非常生动的 Pycharm 与 Anaconda 安装教学,干货!_哔哩哔哩_bilibili](https://www.bilibili.com/video/BV1Bp4y117UW)
|
||||
|
||||
@@ -9,8 +9,9 @@
|
||||
[Win10 下 Conda-Pycharm-Pytorch 的安装_哔哩哔哩_bilibili](https://www.bilibili.com/video/BV15U4y1J7Ss)
|
||||
|
||||
<Bilibili bvid='BV15U4y1J7Ss'/>
|
||||
:::
|
||||
|
||||
# 巧妇难为无米之炊
|
||||
## 巧妇难为无米之炊
|
||||
|
||||
你可以在终端上用 Python 解释器
|
||||
|
||||
@@ -20,9 +21,9 @@
|
||||
|
||||
我们推荐你都进行一波尝试,同样这也会作为一个任务
|
||||
|
||||
# 解释器
|
||||
::: warning <font size=5>😐 解释器</font>
|
||||
|
||||
# Windows 用户
|
||||
<font size=5><strong>Windows 用户</strong></font>
|
||||
|
||||
打开 [Python 官方网站](https://www.python.org/),找到“Download”里的“Latest: Python 3.x.y”。
|
||||
|
||||
@@ -30,17 +31,17 @@
|
||||
|
||||
<strong>注意:windows11 安装好后 命令行输入 python 可能会跳到 Microsoft 应用商店 可在 customize installation(自定义安装)next 勾选 install for all users</strong>
|
||||
|
||||
## GNU/Linux 系统
|
||||
<font size=5><strong>GNU/Linux 系统</strong></font>
|
||||
|
||||
在终端输入 `sudo apt install python3` 即可完成 Python3 的全部安装流程
|
||||
|
||||
可以输入 `python3 --version` 检验是否成功。
|
||||
|
||||
:::
|
||||

|
||||
|
||||
# Jupyter Notebook
|
||||
::: warning 🤔 Jupyter Notebook
|
||||
|
||||
[官方网站](https://jupyter.org/) Jupyter Notebook 是基于网页的用于交互计算的应用程序。其可被应用于全过程计算:开发、文档编写、运行代码和展示结果。——[Jupyter ](https://link.zhihu.com/?target=https%3A//jupyter-notebook.readthedocs.io/en/stable/notebook.html)
|
||||
[官方网站](https://jupyter.org/) Jupyter Notebook 是基于网页的用于交互计算的应用程序。其可被应用于全过程计算:开发、文档编写、运行代码和展示结果。——[Jupyter](https://link.zhihu.com/?target=https%3A//jupyter-notebook.readthedocs.io/en/stable/notebook.html)
|
||||
|
||||
你在一个框框中直接输入代码,运行,它立马就在下面给你输出。怎么样,是不是很酷?
|
||||
|
||||
@@ -53,6 +54,7 @@
|
||||
jupyter notebook
|
||||
|
||||
进行使用
|
||||
:::
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user