add tools file

This commit is contained in:
SunZhimin2021 2024-01-10 11:24:59 +08:00
parent ff21a18e00
commit 94a60d5abb

44
note/about tools.ipynb Normal file
View File

@ -0,0 +1,44 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "8b07cd87-008c-4973-ba13-37f1549c836a",
"metadata": {},
"source": [
"远程启动命令\n",
"jupyter notebook --no-browser --ip=172.16.2.61 --allow-root\n",
"\n",
"与conda配合\n",
"conda activate xxx\n",
"pip install --user ipykernel\n",
"python -m ipykernel install --user --name=xxx\n",
"\n",
"https://blog.csdn.net/hongguihuang/article/details/108566702\n",
"\n",
"远程访问的方法\n",
"https://www.jianshu.com/p/8fc3cd032d3c\n"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.9"
}
},
"nbformat": 4,
"nbformat_minor": 5
}