How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "esss/ipythonnotebook"
  config.vm.box_version = "1.0.1"
end
vagrant init esss/ipythonnotebook \
  --box-version 1.0.1
vagrant up

This version was created about 9 years ago.

Restarting the ipythond service followed the pattern stop-start and it would unsuccessfully try to start before the service has completely stopped. Now it works fine by not trying to start until it truly has stopped. (stop-wait_until_stopped-start) I created an oxal module defining the method startJVM() in which it calls jpype.startJVM(oxal.JAVA_JVM, '-ea',oxal. JAVA_OXAL_ClassPath) with all parameters correctly set. I created an example notebook that contains the code: import oxal oxal.startJVM() Port forwarding 7878->7878 VM has a name Ipython appearing in Virtualbox

1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (927 MB)