Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 421 Bytes

gotcha.md

File metadata and controls

8 lines (7 loc) · 421 Bytes

There can be gotchas here and there

  • Jupyter notebook behaves strangely
    • At console, we can correctly import just installed packages
    • At jupyter, it just raise ImportError: No module named XXX
    • And the sys.path will give different values
    • Solution: jupyter/notebook#1524
    • python -m ipykernel install --user