[julia-users] Re: Opening Julia files on IJulia?

2015-10-05 Thread Steven G. Johnson
On Monday, October 5, 2015 at 11:28:30 AM UTC-4, Marcio Sales wrote: > > That's a bummer. IJulia doesn't have the problems of the other editors. > For example, Juno is not working with 0.4, Emacs is tough to install on > windows and I think is having problems with 0.4 as well. Atom works, but

[julia-users] Re: Opening Julia files on IJulia?

2015-10-05 Thread David P. Sanders
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,

[julia-users] Re: Opening Julia files on IJulia?

2015-10-05 Thread David P. Sanders
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.

[julia-users] Re: Opening Julia files on IJulia?

2015-10-05 Thread Marcio Sales
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? > > > >

Re: [julia-users] Re: Opening Julia files on IJulia?

2015-10-05 Thread Isaiah Norton
IJulia is not a file editor. On Mon, Oct 5, 2015 at 10:40 AM, Marcio Sales wrote: > 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

[julia-users] Re: Opening Julia files on IJulia?

2015-10-05 Thread Steven G. Johnson
On Monday, October 5, 2015 at 10:40:13 AM UTC-4, Marcio Sales wrote: > > 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? > You

[julia-users] Re: Opening Julia files on IJulia?

2015-10-05 Thread Tomas Lycken
I use IJulia, but saving to notebooks rather than to script files, when I want something "quick-and-dirty" - it has all the features I need for those use cases (rapid execution and re-execution of statements, the possibility to restart Julia without loosing any history, inline display of values

[julia-users] Re: Opening Julia files on IJulia?

2015-10-05 Thread Marcio Sales
That's a bummer. IJulia doesn't have the problems of the other editors. For example, Juno is not working with 0.4, Emacs is tough to install on windows and I think is having problems with 0.4 as well. Atom works, but in my experience it has problems displaying help text (text lines extend to

[julia-users] Re: Opening Julia files on IJulia?

2015-10-03 Thread Sisyphuss
Didn't know the second point. On Saturday, October 3, 2015 at 1:18:17 AM UTC+2, Steven G. Johnson wrote: > > include(filename) works fine in IJulia, just like in the REPL. > > IJulia starts with the directory you launched Jupyter from, but you can > always specify the path of another directory