Though I should say that I also would not recommend doing this for serious work, and suggest using a proper editor like Atom instead. Look here for the right packages to install (still rather alpha):
https://github.com/JunoLab/atom-julia-client/tree/master/manual El lunes, 5 de octubre de 2015, 14:53:07 (UTC-5), David P. Sanders escribió: > > Actually in the latest versions of the notebook (maybe just Jupyter 4? or > maybe IPython 3 too), you can just open a normal file by clicking on its > name > from the Notebook dashboard. This will drop you into a CodeMirror editor > just as if it were a code cell, and you can edit and save the file. > For example, this works well for Julia files (.jl). > > El lunes, 5 de octubre de 2015, 9:40:13 (UTC-5), Marcio Sales escribió: >> >> Thanks for your replies but I meant actually openning them for edition, >> like when you're working on contributions to a package. I know that >> Include() executes a .jl file but doesn't open it for edition does it? >> >>> >>> >>> >>>