Yes, as others have replied, SAS Studio is one of a number of SAS products. It is a web based UI for the SAS system (the rest of SAS products that provide functionality), that your company has licensed from SAS. SAS Studio connects to your SAS installation, and you can then, in a web browser, submit SAS programs to execute on your SAS servers (local or remote).
Univerisity Edition is a VM that SAS provides, free of charge, which contains some SAS products; enough for you to use to explore SAS functionality and learn SAS. It contains SAS Studio as the interface to submit your SAS programs to the included SAS software (which you didn't have to license).
Jupyter is a separate, free, open source web based 'Notebook format' UI. It has nothing to do w/ SAS outright. But, SAS also happens to have some (also free) open source projects that can run within Jupyter. So, We included Jupyter in the University Edition VM so that users using this VM could also try those out. We needed to include it in the VM because you (users) can't install or modify the contents of that VM. So it's already packaged in there so you can try it - otherwise, you couldn't connect it to the SAS that's in UE..
For your real SAS installations at you site, you can install Jupyter, and our saspy, SAS-kernel, Python-swat ... (see https://github.com/sassoftware) on your computers and use those to connect to your existing SAS installs, just like SAS Studio does on your site.
Hope that makes it more clear!
Tom
... View more