Just for Fun
- Install python packages
pip install -r requirements.txt
poetry add tensorflow numpy==1.23.x pandas jupyterlab jupyterlab-kite scikit-learn statsmodels matplotlib plotly joblib
jupyter lab --no-browser
Jupyter book files is in books
CAUTION
Do not install jupyterlab-kite
and jupyterlab-lsp
both!
3.1 jupyterlab-kite
to use full-auto completion
- Install
Kite
on user directory~/.local/share
bash -c "$(wget -q -O - https://linux.kite.com/dls/linux/current)"
- Install Kite Extension for JupyterLab
pip install jupyterlab-kite
- Enable server
jupyter server extension enable --user --py jupyter_kite
- Check
jupyter server extension list
3.2 jupyterlab-lsp
to use semi-auto completion
- Install
pip install jupyterlab-lsp
- Install language
pip install 'python-lsp-server[all]'
- Enable server
jupyter server extension enable --user --py jupyter_lsp
# jupyter labextension install @krassowski/jupyterlab-lsp
- Check
jupyter server extension list
-
Read number data from csv file
-
Calculate Probability on n+1
Detail is here