提交 27b7dd7c 编写于 作者: G gccgdb1234

doc: add jupyter

上级 1671ba9d
......@@ -28,6 +28,17 @@ You'll need to have Python3 installed.
conda install -c conda-forge taospy
```
</TabItem>
<TabItem value="jupyter" label="Jupyter">
For the users who are familiar with Jupyter to program in Python, both TDengine Python connector and Jupyter need to be ready in your environment.
```bash
pip install jupyterlab
pip install notebook
pip3 install -U taospy
```
</TabItem>
</Tabs>
......@@ -59,6 +70,17 @@ $env:TDENGINE_CLOUD_TOKEN="<token>"
$env:TDENGINE_CLOUD_URL="<url>"
```
</TabItem>
<TabItem value="Jupyter" label="Jupyter">
In order for Jupyter to connect to TDengine cloud service, before launching Jupypter, the environment setting must be performed. We use Linux bash as example.
```bash
export TDENGINE_CLOUD_TOKEN="<token>"
export TDENGINE_CLOUD_URL="<url>"
jupyter notebook
```
</TabItem>
</Tabs>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册