Skip to content

Releases: JuliaLang/IJulia.jl

v1.24.2

02 Jun 17:41
4bd9215
Compare
Choose a tag to compare

IJulia v1.24.2

Diff since v1.24.1

Closed issues:

  • Not seeing any output after running plotly() with julia 1.9 (#1073)

Merged pull requests:

v1.24.1

02 Jun 17:13
a9ac21b
Compare
Choose a tag to compare

IJulia v1.24.1

Diff since v1.24.0

Closed issues:

  • Syntax highlighting not working in jupyter lab v3.0.16 (#1013)
  • Kernel error (#1063)
  • Error trying to install IJulia via console. (#1065)
  • kernel not starting on Mac (#1068)
  • Indentation error (#1070)
  • When IJULIA_NODEFAULTKERNEL is defined, exe is not. (#1075)
  • IJulia is not starting julia 1.9 kernel (#1076)
  • UndefVarError: execute_msg not defined (#1077)

Merged pull requests:

v1.24.0

20 Dec 22:13
514c0cd
Compare
Choose a tag to compare

IJulia v1.24.0

Diff since v1.23.3

Closed issues:

  • support for pdf plot output (#1035)
  • Kernel frequently restarts during sessions (#1037)
  • Unlike in REPL, passing (e, catch_backtrace()) to the @error macro displays unreadable raw stacktrace instead of text representation (#1043)
  • Errors Linking Julia 1.8 and Jupyter Lab 3.3.4-2 (#1050)
  • Permission error when Jupyterhub user launches Julia (#1058)
  • Kernel does not start with Julia 1.9 (#1062)

Merged pull requests:

v1.23.3

11 Apr 14:26
5ad43a3
Compare
Choose a tag to compare

IJulia v1.23.3

Diff since v1.23.2

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:

v1.23.2

24 Feb 00:04
cc07f6d
Compare
Choose a tag to compare

IJulia v1.23.2

Diff since v1.23.1

Closed issues:

  • [feature request] syntax highlight in vscode (#933)
  • Can't Use on OSX (#967)
  • IJulia kernel doesn't work for Julia 1.6 on macOS (#968)
  • No window open in the browser (#970)
  • ZMQ unsatiable constraints (#971)
  • errors thrown from a kernel are not pretty printed (#974)
  • IJulia installs conda by itself (#979)
  • Failed to start the kernel - Jupyter Notebook error (#980)
  • Urgent: Julia on Jupyter notebook, error:keep restarting kernel (#982)
  • Why can only 8 columns be displayed in JupyterLab (#984)
  • redirect_stdio is broken by Julia 1.7 (#986)
  • Unable to download the miniconda while using IJulia (#988)

Merged pull requests:

v1.23.1

30 Nov 18:49
46306af
Compare
Choose a tag to compare

IJulia v1.23.1

Diff since v1.23.0

Merged pull requests:

v1.23.0

16 Nov 00:42
37406da
Compare
Choose a tag to compare

IJulia v1.23.0

Diff since v1.22.0

Closed issues:

  • Error: syntax: undefined reference in AST (#960)

Merged pull requests:

  • Allow users to opt out of the default kernel. (#958) (@vchuravy)

v1.22.0

27 Oct 01:05
6b65e21
Compare
Choose a tag to compare

IJulia v1.22.0

Diff since v1.21.4

Closed issues:

  • I can't install IJulia (#952)
  • v1.21.4 breaks IJulia with "InteractiveUtils not defined" Error (#955)
  • Error in installing IJulia.jl (#956)
  • Autocomplete DataFrame column names (#957)

Merged pull requests:

  • Add kwarg julia_cmd to installkernel (to support JupyterHub with containers, etc.) (#948) (@oschulz)

v1.21.4

30 Sep 00:53
9b10fa9
Compare
Choose a tag to compare

IJulia v1.21.4

Diff since v1.21.3

Merged pull requests:

  • Organize/add docstrings in API docs (#945) (@jlumpe)
  • support repl_ast_transforms in Julia 1.5 (#947) (@stevengj)
  • Load InteractiveUtils from the IJulia namespace in src/kernel.jl. (#951) (@fredrikekre)

v1.21.3

14 Aug 17:35
035c97a
Compare
Choose a tag to compare

IJulia v1.21.3

Diff since v1.21.2

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: