Help. I have an Ubuntu 14.04 VM on my Mac to test the installation of Anaconda3 with Jupyter and octave_kernel. I ran the Anaconda3 installer and changed the .bashrc to inlcude the path and set my python3 alias to match the Anaconda python3 executable. Ran conda install jupyter. Ran pip install metakernel and pip install octave_kernel and both ran with no errors. However, when I start Jupyter I only have the choice of a Python3 kernel. What went wrong? How can I get an Octave kernel selection?
Brian Brady