Are there Julia commands or environment settings that I can put at the top of a notebook (.ipynb) file, or put in .juliarc.jl, to get the same effect as launching julia from the command line with various option switches?
For example, I would sometimes like to do
$ julia -O3
or
$ julia -g
or
$ julia -p 1
etc., but run in the jupyter-notebook environment rather than in a terminal.
Sorry if this has already been answered. I did search this forum, the docs, and Google, but haven’t found an answer yet. (I cross-posted this question as an issue on the jupyter/help github page.)