# Tooling

**URL:** https://discourse.julialang.org/c/tools/35.md?no_subcategories=false&page=15

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

**Page:** 16

---

## [Temporarily hiding inline results in VSCode](https://discourse.julialang.org/t/temporarily-hiding-inline-results-in-vscode/120857)

<div class="topic-metadata">

**Author:** [@owiecc](https://discourse.julialang.org/u/owiecc)\
**Replies:** 2\
**Last updated:** [October 4, 2024, 7:01am UTC](https://discourse.julialang.org/t/temporarily-hiding-inline-results-in-vscode/120857 "2024-10-04T07:01:48Z")

</div>

I generally like having results shown inline in VSCode (Settings → Julia → Execution: Result Type = inline, errors in REPL) but sometimes the number of annotations overshadows the code. Is there a way to quickly toggle t…

---

## [Intellisense not working with kwargs](https://discourse.julialang.org/t/intellisense-not-working-with-kwargs/120808)

<div class="topic-metadata">

**Author:** [@Farouk](https://discourse.julialang.org/u/Farouk)\
**Replies:** 0\
**Last updated:** [October 2, 2024, 10:09am UTC](https://discourse.julialang.org/t/intellisense-not-working-with-kwargs/120808 "2024-10-02T10:09:50Z")

</div>

Hi everyone, I am using VS Code (windows 10) with the Julia extension, however I have a problem with code auto completion. As you can see in the first image, when I enter the positional arguments IntelliSense works fine …

---

## [Syntax highlighting for Pluto codecells](https://discourse.julialang.org/t/syntax-highlighting-for-pluto-codecells/118090)

<div class="topic-metadata">

**Author:** [@biplab37](https://discourse.julialang.org/u/biplab37)\
**Replies:** 2\
**Last updated:** [October 1, 2024, 9:05am UTC](https://discourse.julialang.org/t/syntax-highlighting-for-pluto-codecells/118090 "2024-10-01T09:05:30Z")

</div>

Is there a way to change the default syntax highlighting of the code cells in Pluto? Injecting Css might work with Stylus for a particular browser. But is there a nicer way to add CSS/JS which Pluto will read before lau…

---

## [Alternatives to Jupyter](https://discourse.julialang.org/t/alternatives-to-jupyter/31154)

<div class="topic-metadata">

**Author:** [@Usor](https://discourse.julialang.org/u/Usor)\
**Replies:** 14\
**Last updated:** [September 26, 2024, 8:42pm UTC](https://discourse.julialang.org/t/alternatives-to-jupyter/31154 "2024-09-26T20:42:44Z")

</div>

Having tried Jupyter, I was disappointed. It takes too many resources, even for a few simple things, and requires a browser which is extra resources (and probably less efficient than a native binary application). At some…

---

## [Julia code crash in VSCode extension](https://discourse.julialang.org/t/julia-code-crash-in-vscode-extension/119863)

<div class="topic-metadata">

**Author:** [@s\_amap](https://discourse.julialang.org/u/s_amap)\
**Replies:** 0\
**Last updated:** [September 25, 2024, 12:53pm UTC](https://discourse.julialang.org/t/julia-code-crash-in-vscode-extension/119863 "2024-09-25T12:53:03Z")

</div>

Greetings, I am quite new to Julia and VSCode (I come from a mostly C/C++ background), so apologies if the issue isn’t perfectly described. Using Julia 1.10.5 and the latest version of the VSCode extension, I encounter…

---

## [Best way to configure a project-dependent PyCall dependency?](https://discourse.julialang.org/t/best-way-to-configure-a-project-dependent-pycall-dependency/119802)

<div class="topic-metadata">

**Author:** [@Gabrio\_Rizzuti](https://discourse.julialang.org/u/Gabrio_Rizzuti)\
**Replies:** 2\
**Last updated:** [September 25, 2024, 2:54am UTC](https://discourse.julialang.org/t/best-way-to-configure-a-project-dependent-pycall-dependency/119802 "2024-09-25T02:54:35Z")

</div>

First of all, sorry if this too much of a basic question, but I coudn’t find an answer despite multiple searches. I’m trying to develop a glue package that exposes some Python functionalities to Julia. Simple stuff. I …

---

## [Why can I import a package not in my environment?](https://discourse.julialang.org/t/why-can-i-import-a-package-not-in-my-environment/119799)

<div class="topic-metadata">

**Author:** [@Alseidon](https://discourse.julialang.org/u/Alseidon)\
**Replies:** 2\
**Last updated:** [September 24, 2024, 8:35am UTC](https://discourse.julialang.org/t/why-can-i-import-a-package-not-in-my-environment/119799 "2024-09-24T08:35:38Z")

</div>

In an ongoing effort to be a bit cleaner in my environments and cleaning up my default env, I encountered a situation I do not understand: even though Plots isn’t added to the current environment, I can still import it. …

---

## [Cannot download artifacts from a private repo](https://discourse.julialang.org/t/cannot-download-artifacts-from-a-private-repo/119736)

<div class="topic-metadata">

**Author:** [@chkat](https://discourse.julialang.org/u/chkat)\
**Replies:** 0\
**Last updated:** [September 23, 2024, 9:02am UTC](https://discourse.julialang.org/t/cannot-download-artifacts-from-a-private-repo/119736 "2024-09-23T09:02:12Z")

</div>

In my Artifacts.toml file I put the link to the raw file that I want to download from gitlab. But since my project is private I am getting the error: Error: RequestError: HTTP/2 404 while requesting https://\<my link to…

---

## [Connect REPL to jupyter notebook kernel](https://discourse.julialang.org/t/connect-repl-to-jupyter-notebook-kernel/86632)

<div class="topic-metadata">

**Author:** [@daharn](https://discourse.julialang.org/u/daharn)\
**Replies:** 7\
**Last updated:** [September 21, 2024, 10:43am UTC](https://discourse.julialang.org/t/connect-repl-to-jupyter-notebook-kernel/86632 "2024-09-21T10:43:53Z")

</div>

I am using the jupyter notebook Julia extension for VS Code and find it quite nice. However, when debugging my commands I often find myself reproducing my notebook steps in a script and then run them in a REPL to be able…

---

## [\`@profview\` blank in VSCode when profiling Flux](https://discourse.julialang.org/t/profview-blank-in-vscode-when-profiling-flux/119602)

<div class="topic-metadata">

**Author:** [@BioTurboNick](https://discourse.julialang.org/u/BioTurboNick)\
**Replies:** 4\
**Last updated:** [September 21, 2024, 6:51am UTC](https://discourse.julialang.org/t/profview-blank-in-vscode-when-profiling-flux/119602 "2024-09-21T06:51:30Z")

</div>

I’ve been experiencing a blank window when using @profview while profiling a Flux model. The editor shows the blue/red bars for time spent in each line properly. But I can’t even save the profile to HTML - I select a sa…

---

## [With \`julia-actions/setup-julia\` you can now specify \`lts\` and \`pre\` named versions](https://discourse.julialang.org/t/with-julia-actions-setup-julia-you-can-now-specify-lts-and-pre-named-versions/116281)

<div class="topic-metadata">

**Author:** [@ianshmean](https://discourse.julialang.org/u/ianshmean)\
**Replies:** 9\
**Last updated:** [September 20, 2024, 11:02am UTC](https://discourse.julialang.org/t/with-julia-actions-setup-julia-you-can-now-specify-lts-and-pre-named-versions/116281 "2024-09-20T11:02:56Z")

</div>

With the release of julia-actions/setup-julia v2.2.0 for GitHub actions it is now possible to use new named version specifiers: 'lts' for the Long Term Support (LTS) julia version (currently v1.6.7) 'pre' for the lates…

---

## [Different test results of @test\_opt inside and outside the @testitem block](https://discourse.julialang.org/t/different-test-results-of-test-opt-inside-and-outside-the-testitem-block/119564)

<div class="topic-metadata">

**Author:** [@aaoo](https://discourse.julialang.org/u/aaoo)\
**Replies:** 0\
**Last updated:** [September 18, 2024, 4:45pm UTC](https://discourse.julialang.org/t/different-test-results-of-test-opt-inside-and-outside-the-testitem-block/119564 "2024-09-18T16:45:58Z")

</div>

I found that when the function contains @warn, the testing results of @test\_opt inside the @testitem block differ from those outside, i.e. in the REPL. Please see the code below. Could someone explain why this happens …

---

## [Package updated but not in registry](https://discourse.julialang.org/t/package-updated-but-not-in-registry/119451)

<div class="topic-metadata">

**Author:** [@scheinerman](https://discourse.julialang.org/u/scheinerman)\
**Replies:** 7\
**Last updated:** [September 18, 2024, 7:26pm UTC](https://discourse.julialang.org/t/package-updated-but-not-in-registry/119451 "2024-09-18T19:26:36Z")

</div>

I recently updated HasseDiagrams to version 0.1.1. See this entry in JuliaRegistries and this entry in JuliaHub. No errors were reported in the attempted registration. And yet the update doesn’t seem to be in the regist…

---

## [Revise stopped working](https://discourse.julialang.org/t/revise-stopped-working/114101)

<div class="topic-metadata">

**Author:** [@svretina](https://discourse.julialang.org/u/svretina)\
**Replies:** 5\
**Last updated:** [September 18, 2024, 7:21am UTC](https://discourse.julialang.org/t/revise-stopped-working/114101 "2024-09-18T07:21:30Z")

</div>

Revise is a core tool for my workflow. Suddenly it stopped working. There is no error when loading i. It just stopped tracking changes to my code. After I change a file in my package it is unable to track the change, fo…

---

## [Plotly not working in Jupyter notebooks](https://discourse.julialang.org/t/plotly-not-working-in-jupyter-notebooks/119528)

<div class="topic-metadata">

**Author:** [@gmantegna](https://discourse.julialang.org/u/gmantegna)\
**Replies:** 0\
**Last updated:** [September 17, 2024, 8:54pm UTC](https://discourse.julialang.org/t/plotly-not-working-in-jupyter-notebooks/119528 "2024-09-17T20:54:24Z")

</div>

Hi all. First time poster here. I’m a graduate student and TA and make heavy use of Jupyter notebooks with plots for teaching a Julia-based course. For over a year, the integration of Plotly with Jupyter notebooks has be…

---

## [Rendering LaTeX animations in Pluto with Javis](https://discourse.julialang.org/t/rendering-latex-animations-in-pluto-with-javis/119392)

<div class="topic-metadata">

**Author:** [@John\_Bolt](https://discourse.julialang.org/u/John_Bolt)\
**Replies:** 2\
**Last updated:** [September 17, 2024, 12:48pm UTC](https://discourse.julialang.org/t/rendering-latex-animations-in-pluto-with-javis/119392 "2024-09-17T12:48:33Z")

</div>

The Javis documentation states that it is necessary to npm install -g mathjax-node-cli in order to render LaTeX animations. I am wondering if anyone has any recommendation for how best to do this so that I can render LaT…

---

## [Notebook Use Case for Mathematicians?](https://discourse.julialang.org/t/notebook-use-case-for-mathematicians/64200)

<div class="topic-metadata">

**Author:** [@kapple](https://discourse.julialang.org/u/kapple)\
**Replies:** 31\
**Last updated:** [September 15, 2024, 10:16am UTC](https://discourse.julialang.org/t/notebook-use-case-for-mathematicians/64200 "2024-09-15T10:16:36Z")

</div>

TL; DR: Jupyter, Pluto, Neptune, Weave, and LaTeX, Julia via LuaLaTeX, or Julia via Minted or Listings in LaTeX, all don’t satisfy my use case as a mathematician: I’d like top-down cell evaluation with reactivity and int…

---

## [Unicode autocomplete howto](https://discourse.julialang.org/t/unicode-autocomplete-howto/96752)

<div class="topic-metadata">

**Author:** [@owiecc](https://discourse.julialang.org/u/owiecc)\
**Replies:** 3\
**Last updated:** [September 15, 2024, 3:22am UTC](https://discourse.julialang.org/t/unicode-autocomplete-howto/96752 "2024-09-15T03:22:53Z")

</div>

We’d like to implement autocomplete, just like in Julia, of unicode characters in typst VSCode extension. Could you point me to how this implementation is done? Is it in LanguageServer.jl or is it done in Julia itself? P…

---

## [How to launch Julia with command-line arguments in VS Code?](https://discourse.julialang.org/t/how-to-launch-julia-with-command-line-arguments-in-vs-code/93716)

<div class="topic-metadata">

**Author:** [@nsajko](https://discourse.julialang.org/u/nsajko)\
**Replies:** 6\
**Last updated:** [September 13, 2024, 5:07pm UTC](https://discourse.julialang.org/t/how-to-launch-julia-with-command-line-arguments-in-vs-code/93716 "2024-09-13T17:07:17Z")

</div>

I usually start Julia with some command-line options when starting it from a terminal. How to do this when using the Julia REPL in the Code editor?

---

## [Is anyone working on an VSCode extension for Julia that can show the inferred types? Koka has something like this. Would be fun to work on](https://discourse.julialang.org/t/is-anyone-working-on-an-vscode-extension-for-julia-that-can-show-the-inferred-types-koka-has-something-like-this-would-be-fun-to-work-on/119323)

<div class="topic-metadata">

**Author:** [@xiaodai](https://discourse.julialang.org/u/xiaodai)\
**Replies:** 10\
**Last updated:** [September 13, 2024, 11:33am UTC](https://discourse.julialang.org/t/is-anyone-working-on-an-vscode-extension-for-julia-that-can-show-the-inferred-types-koka-has-something-like-this-would-be-fun-to-work-on/119323 "2024-09-13T11:33:24Z")

</div>

The above is from Koka’s website and show how the inferred type can be shown to the user. Theoretically, we can do the same in Julia。 Wonder if anyone’s working on this? It would be fun to work on. Eg. one can add a…

---

## [Failure to download artifacts: cannot add/update some packages!](https://discourse.julialang.org/t/failure-to-download-artifacts-cannot-add-update-some-packages/119248)

<div class="topic-metadata">

**Author:** [@Livio](https://discourse.julialang.org/u/Livio)\
**Replies:** 2\
**Last updated:** [September 12, 2024, 7:11pm UTC](https://discourse.julialang.org/t/failure-to-download-artifacts-cannot-add-update-some-packages/119248 "2024-09-12T19:11:29Z")

</div>

The problem: I run ENV\["JULIA\_DEBUG"\] = "all" # detailed debug info import Pkg Pkg.add("HTTP") but fail to install HTTP because I can’t download the artifact OpenSSL (stacktrace below). Additional info: Julia version…

---

## [AI (Codeium) is amazing with Julia](https://discourse.julialang.org/t/ai-codeium-is-amazing-with-julia/119284)

<div class="topic-metadata">

**Author:** [@Ronis\_BR](https://discourse.julialang.org/u/Ronis_BR)\
**Replies:** 5\
**Last updated:** [September 11, 2024, 10:20pm UTC](https://discourse.julialang.org/t/ai-codeium-is-amazing-with-julia/119284 "2024-09-11T22:20:59Z")

</div>

Hi! As I mentioned before, I am rewriting PrettyTables.jl to make the system cleaner and allow more features. In this endeavor, I decided to install and use Codeium, a LLM that integrates very nice with Neovim. I just …

---

## [Plans for Viewing Heap Snapshots?](https://discourse.julialang.org/t/plans-for-viewing-heap-snapshots/98696)

<div class="topic-metadata">

**Author:** [@TI36XPro](https://discourse.julialang.org/u/TI36XPro)\
**Replies:** 4\
**Last updated:** [September 11, 2024, 9:21pm UTC](https://discourse.julialang.org/t/plans-for-viewing-heap-snapshots/98696 "2024-09-11T21:21:31Z")

</div>

Hello! I know its a bit early, but with 1.9 out and the ability to view heap snapshots with Chromium, I’m wondering if there are any plans to integrate the ability to view the snapshots in VSCode via the Julia extension…

---

## [Choosing environments in VSCode](https://discourse.julialang.org/t/choosing-environments-in-vscode/119279)

<div class="topic-metadata">

**Author:** [@juliohm](https://discourse.julialang.org/u/juliohm)\
**Replies:** 2\
**Last updated:** [September 11, 2024, 1:13pm UTC](https://discourse.julialang.org/t/choosing-environments-in-vscode/119279 "2024-09-11T13:13:12Z")

</div>

What is the difference between starting a Julia REPL in VSCode and activating the environment of the folder with Pkg versus clicking on the “Julia env” button as described in the docs? The button performs additiona…

---

## [Could you know ZED ide](https://discourse.julialang.org/t/could-you-know-zed-ide/119182)

<div class="topic-metadata">

**Author:** [@liu20001028](https://discourse.julialang.org/u/liu20001028)\
**Replies:** 1\
**Last updated:** [September 8, 2024, 11:40am UTC](https://discourse.julialang.org/t/could-you-know-zed-ide/119182 "2024-09-08T11:40:40Z")

</div>

There is a new IDE called ZED which is bulit by Aom l like juno style ,so maybe we cal make it better as a julia special IDE

---

## [VSCode terminal gets new features for Julia](https://discourse.julialang.org/t/vscode-terminal-gets-new-features-for-julia/118833)

<div class="topic-metadata">

**Author:** [@xiaoxi](https://discourse.julialang.org/u/xiaoxi)\
**Replies:** 3\
**Last updated:** [September 7, 2024, 4:14pm UTC](https://discourse.julialang.org/t/vscode-terminal-gets-new-features-for-julia/118833 "2024-09-07T16:14:09Z")

</div>

According to its release notes, the next version of VSCode will support command decorations and run recent commands for Julia in the terminal. There’s now support shell integration support for Julia and NuShell. This e…

---

## [Documenter.jl pages aren't being updated](https://discourse.julialang.org/t/documenter-jl-pages-arent-being-updated/119108)

<div class="topic-metadata">

**Author:** [@ilkerarslan](https://discourse.julialang.org/u/ilkerarslan)\
**Replies:** 4\
**Last updated:** [September 6, 2024, 1:09pm UTC](https://discourse.julialang.org/t/documenter-jl-pages-arent-being-updated/119108 "2024-09-06T13:09:42Z")

</div>

Hi everyone. I am writing documentation for the package I am developing. After some point the changes I am making aren’t loaded to github pages stable version altough they are reflected in the /dev/ link. I can see the…

---

## [A curious bug(?) in VS Code / Symbolic Regression](https://discourse.julialang.org/t/a-curious-bug-in-vs-code-symbolic-regression/119100)

<div class="topic-metadata">

**Author:** [@braamvandyk](https://discourse.julialang.org/u/braamvandyk)\
**Replies:** 0\
**Last updated:** [September 6, 2024, 6:08am UTC](https://discourse.julialang.org/t/a-curious-bug-in-vs-code-symbolic-regression/119100 "2024-09-06T06:08:24Z")

</div>

I have found a curious, but fairly infuriating issue with running SymbolicRegression.jl in VS Code. I’ll log an issue, but would like some wisdom as to where I should log this - with the VS Code add-in, VS Code itself, o…

---

## [Backport releases for packages?](https://discourse.julialang.org/t/backport-releases-for-packages/119037)

<div class="topic-metadata">

**Author:** [@j-fu](https://discourse.julialang.org/u/j-fu)\
**Replies:** 2\
**Last updated:** [September 5, 2024, 12:48pm UTC](https://discourse.julialang.org/t/backport-releases-for-packages/119037 "2024-09-05T12:48:15Z")

</div>

Is it possible to manage backport releases with JuliaRegistrator? Or is there another standard procedure ? The use case: Assume I have version v1.5 of MyPkg.jl and already released v2.0. Some users will need some time …

---

## [How to force an update?](https://discourse.julialang.org/t/how-to-force-an-update/73071)

<div class="topic-metadata">

**Author:** [@ForceBru](https://discourse.julialang.org/u/ForceBru)\
**Replies:** 23\
**Last updated:** [September 4, 2024, 8:27am UTC](https://discourse.julialang.org/t/how-to-force-an-update/73071 "2024-09-04T08:27:06Z")

</div>

For some reason my environment has StatsFuns v0.9.7, even though StatsFuns v0.9.14 is available, but I cannot update it: (???) pkg\> up StatsFuns Updating registry at \`~/.julia/registries/General.toml\` No Changes t…

[Previous page](https://discourse.julialang.org/c/tools/35.md?no_subcategories=false&page=14)

[Next page](https://discourse.julialang.org/c/tools/35.md?no_subcategories=false&page=16)
