/notes

Github is my notebook

Primary LanguageJupyter Notebook

Notes

Memory is unreliable, this is my notebook.

Contents

  • R
  • scala
    • Notes and key exercises from Cay Horstmann's Scala for the Impatient book.
    • Notes and key exercises from Paul Chiusano and Rúnar Bjarnason's Functional Programming in Scala book
  • dev
    • Notes about Software Development
    • Solutions to problems I've encountered
  • math
    • Notes on wait for it... ... math.

Using the virtual Jupyter server

  • Init the vagrant box and ssh into it.
  • Run dst setup base and set up a password.
  • Run the ipython server (sudo ipython notebook --profile=dst)
  • Optional: install NLTK (pip install nltk). It will ask for a large download the first time you use it.

Disclaimer

I do not take any responsibility for consecuences derived from its use. I do not claim ownership over any of the problem statements unless specifically stated otherwise.