Learning
search
⌘Ctrlk
Learning
  • 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
gitbookPowered by GitBook
block-quoteOn this pagechevron-down

Juypter Notebook (1%)

hashtag
Markdown Cells

LogoMarkdown Cells — Jupyter Notebook 7.5.3 documentationjupyter-notebook.readthedocs.iochevron-right

hashtag
Tips

hashtag
Python Package version not sync in Juypter Notebook

Activate conda environment, and update kernel

hashtag
Error

No module named ipykernel

install ipykernel into conda environment

Or

Tips

Logo28 Jupyter Notebook Tips, Tricks, and Shortcuts - DataquestDataquestchevron-right

hashtag
Extension (Addon)

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

hashtag
Debugger

LogoThe Visual Python Debugger for Jupyter Notebooks You’ve Always WantedMediumchevron-right

hashtag
Running Jupyter Notebook on EC2

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

PreviousCode Editorchevron-leftNextReferencechevron-right

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