Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

By default, two ResourceProfiles exist, 'Basic', and 'BasicGpu'. For example, to launch the Jupyter service using the 'BasicGpu' profile, you would execute

Jupyter.inst().startWithConfig({'resourceProfile': 'BasicGpu'})

...