v1.23.3
IJulia v1.23.3
Closed issues:
- Jupyter Kernels Getting Overwritten (#908)
- JuliaPro V1.4.2 cannot find Jupyter Notebook previous install (#942)
f(<tab>
tries to autocomplete and writes the function definition (#992)- won't catch the wrong syntax (#994)
- IJulia is very slow at first calculation (#995)
- Display/println order incorrect (#998)
- Pkg output not showing in Jupyter notebook (#1008)
- Jupyter notebook fails to open with Julia 1.6.0 kernel (#1009)
- IJulia no longer loads shared library dependencies (#1010)
- What is the meaning of this? (#1011)
- IJulia not showing output from package manager mode (#1017)
- IJulia/kernel.jl should not change the global_logger (#1018)
- IJulia in local environment, dead kernel (#1021)
- Kernel on Jupyter Notebook constantly dies (#1022)
- IJulia fails on 1.7 with Mac M1 (#1027)
- works in Jupyter Notebook but not in Jupyter Lab (#1029)
- Error: Could not spawn setenv (#1032)
- Feature: show methods applicable to object (
methodswith
) (#1033) - tab completion and unicode not working in Jupyter notebook (#1034)
Merged pull requests:
- respect should_complete return value from REPLCompletions.completions (#993) (@stevengj)
- Fix broken link (#997) (@bluesmoon)
- flush stdio before display (#999) (@stevengj)
- Note about default environment (#1007) (@lamorton)
- Compare kernel.jl files rather than filenames (#1025) (@bluesmoon)