JuliaLang / IJulia.jl

Julia kernel for Jupyter
MIT License
2.78k stars 409 forks source link

Support parsing of comma separated packages in `] add` #1095

Open nilshg opened 11 months ago

nilshg commented 11 months ago

This has been supported in Pkg REPL mode in the actual REPL for a while but fails in IJulia:

image

stevengj commented 11 months ago

That’s weird, IJulia is just calling Pkg’s repl mode here IIRC. Not sure why it would be different