@@ -5,9 +5,7 @@ permalink: /try-online/
55
66# Try OSCAR Online
77
8- OSCAR can be tried online without installing, on the NFDI jupyter hub. We provide a docker image
9- with a precompiled ahead of time version of OSCAR. This strategy side steps lenghty online
10- precompiling, and allows an online "try it before you buy it" version of OSCAR.
8+ OSCAR can be tried online without installation, on the NFDI jupyter hub.
119
1210The NFDI Jupyter hub allows 130 credits worth of usage per user per day. Trying out OSCAR requires
131140 credits per hour. So, OSCAR can be tried out online free of cost for slightly more than 3 hours
@@ -17,8 +15,8 @@ in a day.
1715Use the following steps:
1816
19171 . Go to
20- [ https://hub.nfdi-jupyter.de/workshops/oscar-latest ] ( https://hub.nfdi-jupyter.de/workshops/oscar-latest )
21- , and login. Select "Helmholtz AAI" if no other choice applies to you.
18+ < https://hub.nfdi-jupyter.de/workshops/oscar-latest > ,
19+ and login. Select "Helmholtz AAI" if no other choice applies to you.
2220 ![ Main Login] ( helmholtz-login.png ) {: width="50%" }
2321 ![ AAI Choice] ( choose-helmholtz.png ) {: width="50%" }
2422
@@ -28,21 +26,23 @@ Use the following steps:
2826
2927 If this is the first time you are logging in to Helmholtz AAI, there may be additional sign up
3028 screens. If at any point you get stuck, try starting over by visiting (not using the back button)
31- [ https://hub.nfdi-jupyter.de/workshops/oscar-latest ] ( https://hub.nfdi-jupyter.de/workshops/oscar-latest ) .
29+ < https://hub.nfdi-jupyter.de/workshops/oscar-latest > .
3230 As the Helmholtz specific setup needs to be done only once, this should not get you stuck into an
3331 infinite loop!
3432 ![ ] ( pick-github.png ) {: width="50%" }
3533
36- 4 . Start the workshop image. This may take some time, up to 10 minutes (depending on how long it
37- takes to download the OSCAR docker image). You will be automatically redirected to a jupyter
38- interface when it is ready.
34+ 4 . You should now see a list similar to the one depicted in the screenshow
35+ below, with a row saying "Try out the latest OSCAR in the cloud" and a
36+ "Start" button to the right of it. Click on that "Start" button to start
37+ OSCAR online. This may take some time, up to 10 minutes. You will be
38+ automatically redirected to a jupyter interface when it is ready
3939 ![ ] ( hit-start.png ) {: width="50%" }
4040
41415 . Select the option in the notebook section which says "Oscar".
4242 ![ Oscar selection in notebook section] ( oscar-notebook.png ) {: width="50%" }
4343
44- 6 . Try to execute a simple statement to check that Julia kernel has started and connected to the
45- notebook. ` println(4) ` , for example. (This may take multiple minutes as the server finishes
44+ 6 . Try to execute a simple statement to check that the Julia kernel has started and is connected to the
45+ notebook, ` println(4) ` , for example. (This may take multiple minutes as the server finishes
4646 setting up things in the background.)
4747
48487 . You can now use OSCAR as per normal instructions. Maybe try out the [ Linear Algebra
0 commit comments