Guest User

Untitled

a guest
Jan 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ## Installing Jupyter using Python
  2.  
  3. > If using Python @2.x, replace `pip3` with `pip`
  4.  
  5. ```
  6. pip3 install --upgrade pip
  7. pip3 install jupyter
  8. ```
  9.  
  10. ## Installing a Javascript kernel (IJavaScript)
  11.  
  12. ```
  13. npm install -g ijavascript && ijsinstall
  14. ```
  15.  
  16. ## Installing Hydrogen in Atom
  17.  
  18. ```
  19. apm install hydrogen
  20. ```
  21.  
  22. > Start the kernel using `hydrogen:restart-kernel` while editing a `js` file
Add Comment
Please, Sign In to add comment