jupyter notebook show enviornment

1. Anaconda version: my experience is only install nb_conda is enough 2. for normal pyhton version, you need to install ipykernel in each enviornment. (Notice: following code is example for…

0 Comments

The easiest restapi for Django

pip install djangorestframework In your setting file, add the "rest_framework": Create two files in your app: api/urls.py : define the url api/views.py: define the function In url.py:  In views.py: You…

0 Comments

Install bokeh

Install nodejs conda install -c conda-forge nodejs install jupyter lab conda install -c conda-forge jupyterlab https://github.com/jupyterlab/jupyterlab install jupyter lab: jupyter labextension install jupyter labextension list install bokeh plugin for jupyter…

0 Comments