Wednesday, May 20, 2015

Octave on Ubuntu: Install and Start GUI

Octave’s PPA:




$ sudo add-apt-repository ppa:octave/stable
$ sudo apt-get update
$ sudo apt install octave

To launch Octave with its GUI:




$ octave --force-gui

No comments:

Post a Comment

Setting Jupyter and Tensorflow on Google Cloud Platform

https://towardsdatascience.com/running-jupyter-notebook-in-google-cloud-platform-in-15-min-61e16da34d52