Releases: JuliaLang/IJulia.jl
Releases · JuliaLang/IJulia.jl
v1.21.3
IJulia v1.21.3
Closed issues:
- Pkg.add("IJulia") git proxy error without using proxy (#916)
- Jupyter notebook freezes after typing "round"... (#917)
- Cell content disappears (#919)
- Add to startup (#922)
- Trouble installing IJulia (#923)
- Typing characters '.0' causes cell to freeze (#924)
- IJulia doesnt work (#926)
- Error in utf-8 decoding (#927)
- IJulia bails on typing "00" in jupyter lab 2.1 (#929)
- Underscore notation for numbers makes number different colours. (#932)
- Kernel exception on autocomplete (#935)
- Documentation? (#936)
- Handling of
local y = (x = i)
in soft scope (#938) - Jupyterlab won't work with Julia 1.5 and Python 3.7.7 (#939)
Merged pull requests:
- Add documentation with Documenter.jl (#941) (@jlumpe)
- Fix the "dev" docs badge (#943) (@DilumAluthge)
- TagBot: use DOCUMENTER_KEY (#944) (@DilumAluthge)
v1.21.2
IJulia v1.21.2
Closed issues:
- Error installing Jupyter via conda in Win10 (#874)
- Windows Permission Denied (#878)
- I bulid Ijulia (#879)
- Package name should ideally be Jupyter.jl (#904)
- Deprecation from PyCall.jl (#905)
- [Solved][Linux] IJulia install error (#906)
- Zero before another number breaks ijulia (#907)
- can not start notebook (#910)
- @DIR does nto behave as "expected" in IJulia (#915)
Merged pull requests:
- Install TagBot as a GitHub Action (#901) (@JuliaTagBot)
- Update [compat] to allow MbedTLS v1 (#912) (@jaakkor2)
- Set version to 1.21.2, limit tagbot to once per day. (#914) (@fredrikekre)
v1.21.1
v1.21.0
v1.21.0 (2020-02-04)
Closed issues:
- ge (#897)
- String interpolation + printf format string = confused syntax highlighter and garbled, uneditable cell (#896)
- Feature Request : Allow IJulia to run on root. (#895)
- error centos 7 libstdc++.so.6: version `GLIBCXX_3.4.20' not found (#894)
- Showing Base.Logicalndex as text/plain throws an error (#892)
- can`t build("ZMQ") Could not list contents of tarball (#889)
- IJulia attempts to parse string part starting with % as a magic command (#888)
- Typing zero in front of numbers breaks code display and syntax highlighting (#887)
Merged pull requests:
- Set version to 1.21.0. (#899) (fredrikekre)
- Add support for vega-lite 4 MIME type (#890) (davidanthoff)
v1.20.2
v1.20.2 (2019-11-07)
Merged pull requests:
v1.20.1
v1.20.1 (2019-11-05)
Closed issues:
- LoadError: Failed to find or install Jupyter 3.0 or later. (#885)
- Can not instal IJulia Packages 1.2.0 (#873)
- Get error in jupyter kernel,but normal in command line (#872)
- ArchGDAL installation Error on windows 10 using Julia 1.2.0 (#871)
- Could not load library “libgit2” (#869)
- How to install kernelspec to
$CONDA\_PREFIX/share/jupyter/kernels/
? (#865) - IJulia Install Error (#863)
- IJulia doesn't work with Jupyter --transport=ipc (#862)
Merged pull requests:
- Fix compat bounds for auto-merging, bump version to 1.20.1. (#884) (fredrikekre)
- make work with ipc transport (#868) (marius311)
v1.20.0
v1.19.0
v1.19.0 (2019-07-27)
Closed issues:
- Syntax highlighting issue in JupyterLab 1.0 (#855)
- References to output value of cells kept indefinitely (#851)
- Interact only works after kernel restart (#850)
- IJulia fails to load JuMP (#848)
- Permissions problems similar to Issue #616 (#845)
- Jupyter display full output results (#844)
- Failed to install IJulia on windows 10 / Julia 1.1.1 (#843)
- add info on nteract to README.md? (#841)
- Error platform_key() is deprecated while building ZMQ and building MbedTLS (#838)
- Does IJulia follow Manifest.toml branch dependencies? (#837)
- Issues concerning installation of Blink and Escher (#836)
- DataFrames.jl show in IJulia (#835)
Merged pull requests:
- Fix #855, add required status field for JupyterLab 1.0 (#856) (drewrobson)
- Mention In and Out in README and how to empty them (#853) (MasonProtter)
- Use DEPOT_PATH[1]... to load startup_ijulia.jl (#846) (macd)
- short comment on nteract to README.md (#842) (PaulSoderlind)