Learning
Ctrlk
  • Initial page
  • Natural Language Processing (NLP) (10%)
  • Chinese text segmentation (10%)
  • Vector Space Modeling (20%)
  • Chatbot (20%)
  • Machine Comprehension
  • Machine Learning (0%)
  • Deep Learning (0%)
  • Environment Setup
  • Git
  • Nivdia
  • Code Editor
  • Juypter Notebook (1%)
  • Reference
  • AWS
  • Azure
  • Azure WebApp PHP+Laravel
  • Competition
  • Python
  • Raspberry Pi
  • Mathematic
  • MS Bot Framework
  • 3rd API
  • Facebook Messenger
  • eBook
  • PHP
  • Tools
  • Image Recognition
  • URL
  • NLP Tools
  • Data Processing
  • sklearn
  • Stock Prediction
  • Seq2seq
  • Titanic
  • Open Data Source
  • Stopwords
  • Transfer Learning
  • Mac Tips
  • Markdown
  • AI Algorithms
  • Scrapping 爬蟲
  • Knowledge Graph (知識圖譜)
  • Web / iOS
  • Live2D
  • test
  • Voice (Speech)
  • VMWare
  • Statistics
  • Docker
Powered by GitBook
On this page

Juypter Notebook (1%)

Markdown Cells

LogoMarkdown Cells — Jupyter Notebook 7.5.1 documentationjupyter-notebook.readthedocs.io

Tips

Python Package version not sync in Juypter Notebook

Activate conda environment, and update kernel

Error

No module named ipykernel

install ipykernel into conda environment

Or

Tips

Logo28 Jupyter Notebook Tips, Tricks, and Shortcuts - DataquestDataquest

Extension (Addon)

https://towardsdatascience.com/set-your-jupyter-notebook-up-right-with-this-extension-24921838a332towardsdatascience.com

Debugger

LogoThe Visual Python Debugger for Jupyter Notebooks You’ve Always WantedMedium

Running Jupyter Notebook on EC2

https://medium.com/@alexjsanchez/python-3-notebooks-on-aws-ec2-in-15-mostly-easy-steps-2ec5e662c6c6

PreviousCode EditorNextReference

Last updated 5 years ago

  • Markdown Cells
  • Tips
  • Python Package version not sync in Juypter Notebook
  • Extension (Addon)
  • Debugger
  • Running Jupyter Notebook on EC2
python -m ipykernel install --user
pip install ipykernel
conda install ipykernel