Juypter Notebook (1%)
Markdown Cells
Tips
Python Package version not sync in Juypter Notebook
Activate conda environment, and update kernel
python -m ipykernel install --user
Error
No module named ipykernel
install ipykernel into conda environment
pip install ipykernel
Or
conda install ipykernel
Tips
Extension (Addon)
Debugger
Running Jupyter Notebook on EC2
https://medium.com/@alexjsanchez/python-3-notebooks-on-aws-ec2-in-15-mostly-easy-steps-2ec5e662c6c6
Last updated