diff --git a/commands/misc.ipynb b/commands/misc.ipynb index f084d85..c1807ef 100644 --- a/commands/misc.ipynb +++ b/commands/misc.ipynb @@ -10,7 +10,7 @@ "* IPython Notebook\n", "* Git\n", "* Ruby\n", - "* Jekyll\n" + "* Jekyll" ] }, { @@ -129,7 +129,10 @@ "%%python2\n", "\n", "# Run cells with python3 in a subprocess\n", - "%%python3" + "%%python3\n", + "\n", + "# Convert a notebook to a basic HTML file \n", + "!ipython nbconvert --to html --template basic file.ipynb " ] }, { @@ -304,6 +307,7 @@ "!rvm install 2.1.5\n", "\n", "# Set Ruby version\n", + "!rvm --default ruby-1.8.7\n", "!rvm --default ruby-2.1.5\n", "\n", "# Check Ruby version\n",