Skip to content

xuanyuan219/gost-install.ipynb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

通过 Jupyter Notebook 安装 GOST

安装 Python 环境

如果不会安装,请问 ChatGPT

安装 jupyterlab

Windows 上

python -m venv .venv
.\.venv\Scripts\activate
pip install jupyterlab

MacOS 或者 Linux 上

python -m venv .venv
. .venv/bin/activate
pip install jupyterlab

运行 jupyterlab

jupyter-lab

操作

About

通过 Jupyter Notebook 安装 GOST

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%