Sun Apr 23 06:14:02 UTC 2023 inscode

上级 63ccd055
run = "pip install -r requirements.txt;jupyter lab --config=./jupyter_lab_config.py"
run = "sh ./env.sh;pip install -r requirements.txt;jupyter lab --config=./jupyter_lab_config.py"
[env]
VIRTUAL_ENV = "/root/${PROJECT_DIR}/venv"
......
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "93499d55-2c64-40d6-b039-81aa2d91e772",
"metadata": {},
"outputs": [],
"source": [
"import os."
]
}
],
"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.8.10"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
#!/bin/bash
curl -sL https://deb.nodesource.com/setup_16.x | bash -
apt -y install nodejs
\ No newline at end of file
export JUPYTER_CONFIG_DIR=/root/Python_03/jupyter_ext
# curl -sL https://deb.nodesource.com/setup_16.x | bash -
# apt -y install nodejs
ln -s /root/Python_03/node /usr/bin/node
\ No newline at end of file
2023-04-23T05:57:44.428535+00:00
\ No newline at end of file
文件已添加
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册