Posts

  • Install latest version of Python on Ubuntu
    When using Linux devs and data scientists often end up using the default Python version included in the package repositories. This can lead you to having to wait for a long time to try out Python’s new features! The following post describes how to compile and install an extra Python version without interfering with the system Python and creating a virtual environment to use the new Python version.
  • Install TiddlyWiki server mode (Ubuntu)
    Install TiddlyWiki, an awesome non-linear notebook on your own server, so that you can access it anywhere.
  • Run Jupyter notebook server in Docker
    Running your Jupyter notebooks from Docker means you can easily recreate your environment on another computer.
  • Introduction to Docker
    Docker is a helpful tool that allows you to recreate an environment very quickly. It can replace many use cases that were previously solved using virtual machines & Docker does it better, requiring less resources and being able to process instructions natively at full speed.