This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
gibson:teaching:fall-2016:math753:julia-notebooks [2016/09/26 11:17] gibson |
gibson:teaching:fall-2016:math753:julia-notebooks [2016/09/26 11:18] (current) gibson |
||
---|---|---|---|
Line 61: | Line 61: | ||
</code> | </code> | ||
- | **6.** At the Julia prompt, type ''notebook(dir=homedir())''. This tells Julia to start an IJulia notebook in a browser, either starting up a new browser, if you don't have one running, or as a new tab in an existing browser. The ''dir=homedir()"" argument tells Julia to start the notebook in your home directory (folder), rather than | + | **6.** At the Julia prompt, type ''notebook(dir=homedir())''. This tells Julia to start an IJulia notebook in a browser, either starting up a new browser, if you don't have one running, or as a new tab in an existing browser. The ''dir=homedir()'' argument tells Julia to start the notebook in your home directory (folder), rather than |
<code> | <code> |