# Tooling

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

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

**Page:** 11

---

## [When the Julia Language server is running, all my VSCode terminals are 'laggy'](https://discourse.julialang.org/t/when-the-julia-language-server-is-running-all-my-vscode-terminals-are-laggy/127889)

<div class="topic-metadata">

**Author:** [@Larbino1](https://discourse.julialang.org/u/Larbino1)\
**Replies:** 3\
**Last updated:** [April 11, 2025, 7:34am UTC](https://discourse.julialang.org/t/when-the-julia-language-server-is-running-all-my-vscode-terminals-are-laggy/127889 "2025-04-11T07:34:14Z")

</div>

Typing in them feels awful. Is this a problem anyone else has experienced? When I run “\> Restart julia language server” from the VSCode menu, everything is snappy and responsive for about 20 seconds, until the language …

---

## [Using Debugger.jl with almost all modules in compiled mode](https://discourse.julialang.org/t/using-debugger-jl-with-almost-all-modules-in-compiled-mode/127942)

<div class="topic-metadata">

**Author:** [@bernardofpc](https://discourse.julialang.org/u/bernardofpc)\
**Replies:** 0\
**Last updated:** [April 10, 2025, 5:03pm UTC](https://discourse.julialang.org/t/using-debugger-jl-with-almost-all-modules-in-compiled-mode/127942 "2025-04-10T17:03:26Z")

</div>

I read Debugging extremely slow - #54 by mariusd and it mentions JuliaInterpreter, which is not listed in the Debugger.jl documentation (I have only found the README.md on github). It would be helpful to have this usage…

---

## [PythonCall not working in Jupyter Notebook in VSCode](https://discourse.julialang.org/t/pythoncall-not-working-in-jupyter-notebook-in-vscode/127841)

<div class="topic-metadata">

**Author:** [@JosephPollacco](https://discourse.julialang.org/u/JosephPollacco)\
**Replies:** 1\
**Last updated:** [April 9, 2025, 1:25pm UTC](https://discourse.julialang.org/t/pythoncall-not-working-in-jupyter-notebook-in-vscode/127841 "2025-04-09T13:25:00Z")

</div>

The PythonCall is not working in Jupyter Notebook in VScode. The answer to fib(100) is nothing. Nevertheless the code works beautifully in REPL. Many thanks for any help you may provide. using PythonCall fib(x) = py…

---

## [Modelling caffeïne effect on alertness in humans with Catalyst](https://discourse.julialang.org/t/modelling-caffeine-effect-on-alertness-in-humans-with-catalyst/127736)

<div class="topic-metadata">

**Author:** [@modeler32](https://discourse.julialang.org/u/modeler32)\
**Replies:** 4\
**Last updated:** [April 7, 2025, 5:08pm UTC](https://discourse.julialang.org/t/modelling-caffeine-effect-on-alertness-in-humans-with-catalyst/127736 "2025-04-07T17:08:03Z")

</div>

Hi everyone, I am trying to make a reaction network object in Pluto notebook, in which I have to model the effect of caffeine intake on alertness in humans. I’m trying to keep it simple, and this is what I have for now: …

---

## [Understanding dependancy issues and CompatHelper](https://discourse.julialang.org/t/understanding-dependancy-issues-and-compathelper/127676)

<div class="topic-metadata">

**Author:** [@franckgaga](https://discourse.julialang.org/u/franckgaga)\
**Replies:** 5\
**Last updated:** [April 3, 2025, 6:10pm UTC](https://discourse.julialang.org/t/understanding-dependancy-issues-and-compathelper/127676 "2025-04-03T18:10:14Z")

</div>

First congratz on all contributors for the ForwardDiff.jl v1.0 release! I have a package that depends on ForwardDiff, both directly and indirectly. I received the automatic PR of CompatHelper. The tests failed in the PR…

---

## [Julia VSCode crashes during debugging](https://discourse.julialang.org/t/julia-vscode-crashes-during-debugging/127381)

<div class="topic-metadata">

**Author:** [@leonie25](https://discourse.julialang.org/u/leonie25)\
**Replies:** 2\
**Last updated:** [April 3, 2025, 11:50am UTC](https://discourse.julialang.org/t/julia-vscode-crashes-during-debugging/127381 "2025-04-03T11:50:27Z")

</div>

The same code runs fine in vs code directly, if debug often gets stuck and prints an error message after aborting: \[39186\] signal 15: Terminated: 15 in expression starting at /Users/xz/.vscode/extensions/julialang.langu…

---

## [Relocating a Julia sysimage](https://discourse.julialang.org/t/relocating-a-julia-sysimage/127646)

<div class="topic-metadata">

**Author:** [@Deduction42](https://discourse.julialang.org/u/Deduction42)\
**Replies:** 1\
**Last updated:** [April 3, 2025, 3:18am UTC](https://discourse.julialang.org/t/relocating-a-julia-sysimage/127646 "2025-04-03T03:18:10Z")

</div>

I’m trying to build a sysimage and relocate it to another machine (actually another Docker image) without re-installing all the packages I precompiled (the precompiled packages take precidence anyway when using the sysim…

---

## [A conformal LSTM classifier to detect anomalies](https://discourse.julialang.org/t/a-conformal-lstm-classifier-to-detect-anomalies/127580)

<div class="topic-metadata">

**Author:** [@Unnathi\_R\_Shaiva](https://discourse.julialang.org/u/Unnathi_R_Shaiva)\
**Replies:** 1\
**Last updated:** [April 2, 2025, 11:45am UTC](https://discourse.julialang.org/t/a-conformal-lstm-classifier-to-detect-anomalies/127580 "2025-04-02T11:45:26Z")

</div>

a conformal LSTM classifier to detect anomalies: and here is the code can somebody help me with the code correction I am new to julia: Install required packages using Pkg Pkg.add(\[“Flux”, “ConformalPrediction”, “DataFr…

---

## [Pkg dev: change path from C drive to D drive](https://discourse.julialang.org/t/pkg-dev-change-path-from-c-drive-to-d-drive/127547)

<div class="topic-metadata">

**Author:** [@JosephPollacco](https://discourse.julialang.org/u/JosephPollacco)\
**Replies:** 4\
**Last updated:** [April 1, 2025, 2:32pm UTC](https://discourse.julialang.org/t/pkg-dev-change-path-from-c-drive-to-d-drive/127547 "2025-04-01T14:32:49Z")

</div>

Hi, I have a simple question. I would like to change the location of the downloaded package e.g. pkg.dev(Wflow) The sustem automatically puts the package into: C:\\Users\\jpollacco\\.julia\\dev And I simply would like t…

---

## [Question about Artifact Storage on the Julia Storage Server](https://discourse.julialang.org/t/question-about-artifact-storage-on-the-julia-storage-server/127536)

<div class="topic-metadata">

**Author:** [@mkh](https://discourse.julialang.org/u/mkh)\
**Replies:** 0\
**Last updated:** [March 31, 2025, 8:04am UTC](https://discourse.julialang.org/t/question-about-artifact-storage-on-the-julia-storage-server/127536 "2025-03-31T08:04:00Z")

</div>

Hi, I’m new to Julia package development. I’m interested in developing a package similar to Bash’s command-not-found, but for Julia. In my initial design, the package would include a platform-independent dataset stored …

---

## [Pluto notebook "Malt.TerminatedWorkerException()" error](https://discourse.julialang.org/t/pluto-notebook-malt-terminatedworkerexception-error/127006)

<div class="topic-metadata">

**Author:** [@bpsomu](https://discourse.julialang.org/u/bpsomu)\
**Replies:** 3\
**Last updated:** [March 27, 2025, 10:20am UTC](https://discourse.julialang.org/t/pluto-notebook-malt-terminatedworkerexception-error/127006 "2025-03-27T10:20:09Z")

</div>

I have installed AMDGPU.jl and have been using it in the Julia REPL. I tried using AMDGPU inside Pluto notebook and I got the error: Error message Malt.TerminatedWorkerException() What’s happening and how do I…

---

## [RCall.jl - how to handle R package dependencies?](https://discourse.julialang.org/t/rcall-jl-how-to-handle-r-package-dependencies/83172)

<div class="topic-metadata">

**Author:** [@pat-alt](https://discourse.julialang.org/u/pat-alt)\
**Replies:** 3\
**Last updated:** [March 27, 2025, 9:47am UTC](https://discourse.julialang.org/t/rcall-jl-how-to-handle-r-package-dependencies/83172 "2025-03-27T09:47:28Z")

</div>

Hi there, I’m working on an experimental feature for CounterfactualExplanations.jl that adds native support for explaining R torch models. This is made possible by RCall.jl and local tests are passing. But since torch i…

---

## [What's your AI programming tool stack?](https://discourse.julialang.org/t/whats-your-ai-programming-tool-stack/113455)

<div class="topic-metadata">

**Author:** [@cpfiffer](https://discourse.julialang.org/u/cpfiffer)\
**Replies:** 13\
**Last updated:** [March 26, 2025, 12:38am UTC](https://discourse.julialang.org/t/whats-your-ai-programming-tool-stack/113455 "2025-03-26T00:38:43Z")

</div>

Hey y’all! @tbeason suggested that I put up a little thread asking people about what misc AI tooling they actually use. I mostly just want to understand how people are using these tools in the ecosystem. First – a note …

---

## [Cookiecutter template for Julia](https://discourse.julialang.org/t/cookiecutter-template-for-julia/18361)

<div class="topic-metadata">

**Author:** [@epogrebnyak](https://discourse.julialang.org/u/epogrebnyak)\
**Replies:** 9\
**Last updated:** [March 25, 2025, 8:33pm UTC](https://discourse.julialang.org/t/cookiecutter-template-for-julia/18361 "2025-03-25T20:33:24Z")

</div>

I could be misisng something, but there still seems no cookiecutter template for Julia? There must be a reason for this: cookiecutter does not generate Project.toml and uuid for package, so it has to be used with Pkg.…

---

## [Pkg: Some registries failed to update: and Operation too slow](https://discourse.julialang.org/t/pkg-some-registries-failed-to-update-and-operation-too-slow/127363)

<div class="topic-metadata">

**Author:** [@devel-chm](https://discourse.julialang.org/u/devel-chm)\
**Replies:** 0\
**Last updated:** [March 25, 2025, 5:53pm UTC](https://discourse.julialang.org/t/pkg-some-registries-failed-to-update-and-operation-too-slow/127363 "2025-03-25T17:53:04Z")

</div>

I was trying to update my packages in the REPL and was having the download of the General registry fail with an error that the data rate was too slow (less than 1 byte per 20 seconds). Here is a session in the pkg mod…

---

## [Indirect Dependency on non-registered Package](https://discourse.julialang.org/t/indirect-dependency-on-non-registered-package/127304)

<div class="topic-metadata">

**Author:** [@PatrickHaecker](https://discourse.julialang.org/u/PatrickHaecker)\
**Replies:** 2\
**Last updated:** [March 24, 2025, 3:57pm UTC](https://discourse.julialang.org/t/indirect-dependency-on-non-registered-package/127304 "2025-03-24T15:57:39Z")

</div>

I want to create unregistered package A. A depends on unregistered package B which is in the same Git repository as A (monorepo), so this should not be a problem using develop in the package manager. B depends on the u…

---

## [Automatically convert a Pluto Cell to markdown](https://discourse.julialang.org/t/automatically-convert-a-pluto-cell-to-markdown/69012)

<div class="topic-metadata">

**Author:** [@Bastien](https://discourse.julialang.org/u/Bastien)\
**Replies:** 12\
**Last updated:** [March 22, 2025, 9:03am UTC](https://discourse.julialang.org/t/automatically-convert-a-pluto-cell-to-markdown/69012 "2025-03-22T09:03:45Z")

</div>

Hi, I am thinking of using Pluto as a sort of Electronic Lab Notebook from where I could drive an experiment and do analysis on the fly. To avoid running a command (e.g. measuring the transmission of a device with a VNA…

---

## [VSCode -- fails to Save As](https://discourse.julialang.org/t/vscode-fails-to-save-as/127208)

<div class="topic-metadata">

**Author:** [@BLI](https://discourse.julialang.org/u/BLI)\
**Replies:** 0\
**Last updated:** [March 21, 2025, 9:32am UTC](https://discourse.julialang.org/t/vscode-fails-to-save-as/127208 "2025-03-21T09:32:03Z")

</div>

I have made a copy of a Jupyter Notebook file in VSCode in order to edit the file. I have now finished editing it, and want to save it under the name of the original file. I choose File/Save As, and select the name of t…

---

## [Questions about the RTX5070Ti GPU support](https://discourse.julialang.org/t/questions-about-the-rtx5070ti-gpu-support/127199)

<div class="topic-metadata">

**Author:** [@Yongda\_Huang](https://discourse.julialang.org/u/Yongda_Huang)\
**Replies:** 0\
**Last updated:** [March 21, 2025, 12:29am UTC](https://discourse.julialang.org/t/questions-about-the-rtx5070ti-gpu-support/127199 "2025-03-21T00:29:28Z")

</div>

I got an warning like, CUDA error: no kernel image is available for execution on the device (code 209, ERROR\_NO\_BINARY\_FOR\_GPU) My cuda information is here, CUDA runtime 12.8, artifact installation CUDA driver 12.8 …

---

## [What is the best way to include sample data in Package for CI and precompilation](https://discourse.julialang.org/t/what-is-the-best-way-to-include-sample-data-in-package-for-ci-and-precompilation/127094)

<div class="topic-metadata">

**Author:** [@lupemba](https://discourse.julialang.org/u/lupemba)\
**Replies:** 2\
**Last updated:** [March 19, 2025, 2:38pm UTC](https://discourse.julialang.org/t/what-is-the-best-way-to-include-sample-data-in-package-for-ci-and-precompilation/127094 "2025-03-19T14:38:46Z")

</div>

I am working on MetopDatasets.jl and I want to includes some sample data for CI tests and precompilation. How can I include sample data in packages and still keep the size of the repository down? I am considering to use…

---

## [Using Pkg, how do I dev a local branch of a package](https://discourse.julialang.org/t/using-pkg-how-do-i-dev-a-local-branch-of-a-package/127069)

<div class="topic-metadata">

**Author:** [@Torkel](https://discourse.julialang.org/u/Torkel)\
**Replies:** 6\
**Last updated:** [March 18, 2025, 5:17pm UTC](https://discourse.julialang.org/t/using-pkg-how-do-i-dev-a-local-branch-of-a-package/127069 "2025-03-18T17:17:00Z")

</div>

There is a package that I am developing (GitHub - SciML/Catalyst.jl: Chemical reaction network and systems biology interface for scientific machine learning (SciML). High performance, GPU-parallelized, and O(1) solvers i…

---

## [Emacs Debugging (Request for Testing)](https://discourse.julialang.org/t/emacs-debugging-request-for-testing/122111)

<div class="topic-metadata">

**Author:** [@shmiggles](https://discourse.julialang.org/u/shmiggles)\
**Replies:** 2\
**Last updated:** [March 17, 2025, 9:51pm UTC](https://discourse.julialang.org/t/emacs-debugging-request-for-testing/122111 "2025-03-17T21:51:45Z")

</div>

Debugging Julia programs in Emacs is now possible. Open PR for dap-mode integration with DebugAdapter: Support Julia by kovariance · Pull Request #813 · emacs-lsp/dap-mode · GitHub (it includes a screenshot). I would ap…

---

## [Exclude parsing of \`public\` statements in Julia v1.10 CI](https://discourse.julialang.org/t/exclude-parsing-of-public-statements-in-julia-v1-10-ci/126998)

<div class="topic-metadata">

**Author:** [@nandoconde](https://discourse.julialang.org/u/nandoconde)\
**Replies:** 8\
**Last updated:** [March 16, 2025, 11:19pm UTC](https://discourse.julialang.org/t/exclude-parsing-of-public-statements-in-julia-v1-10-ci/126998 "2025-03-16T23:19:01Z")

</div>

Hi! I am in the latest steps of setting up my repo for publishing and I am now setting up CI. My repo has some symbols declared as public for v1.11+ releases, but I want to keep compatibility in LTS (since there is no a…

---

## [Pkg performance on Windows Dev Drive](https://discourse.julialang.org/t/pkg-performance-on-windows-dev-drive/126948)

<div class="topic-metadata">

**Author:** [@visr](https://discourse.julialang.org/u/visr)\
**Replies:** 1\
**Last updated:** [March 14, 2025, 12:19pm UTC](https://discourse.julialang.org/t/pkg-performance-on-windows-dev-drive/126948 "2025-03-14T12:19:32Z")

</div>

I recently moved my Julia depot to a Dev Drive and am quite happy with the results, so I’m sharing my experience. This contrived benchmark sped up from 176 to 8 seconds: for i in 1:100\_000 open("file.txt", "w") do …

---

## [Makie density2d scatter plot](https://discourse.julialang.org/t/makie-density2d-scatter-plot/65869)

<div class="topic-metadata">

**Author:** [@Humphrey\_Lee](https://discourse.julialang.org/u/Humphrey_Lee)\
**Replies:** 10\
**Last updated:** [March 4, 2025, 8:08pm UTC](https://discourse.julialang.org/t/makie-density2d-scatter-plot/65869 "2025-03-04T20:08:03Z")

</div>

I tried to reproduce Gadfly’s density2d in Makie as in the example Density2D. Appreciate your help. Thanks.

---

## [Incremental Documentation.jl](https://discourse.julialang.org/t/incremental-documentation-jl/126539)

<div class="topic-metadata">

**Author:** [@bernardofpc](https://discourse.julialang.org/u/bernardofpc)\
**Replies:** 0\
**Last updated:** [March 4, 2025, 6:34pm UTC](https://discourse.julialang.org/t/incremental-documentation-jl/126539 "2025-03-04T18:34:30Z")

</div>

In a relatively large project, the documentation itself can be very large. Is there any Makefile-like mechanism to have “incremental compilation” of docs/src so that only files that have been touched (and their dependen…

---

## [Creating a shared library with juliac](https://discourse.julialang.org/t/creating-a-shared-library-with-juliac/126477)

<div class="topic-metadata">

**Author:** [@dmbates](https://discourse.julialang.org/u/dmbates)\
**Replies:** 1\
**Last updated:** [March 2, 2025, 8:03pm UTC](https://discourse.julialang.org/t/creating-a-shared-library-with-juliac/126477 "2025-03-02T20:03:39Z")

</div>

I would like to experiment with using R’s .Call interface to call Julia functions compiled into a shared library. See Using rcopy and sexp methods to create a .Call interface to a compiled Julia library · Issue #556 · J…

---

## [GMT fails to build in Julia 1.11.0-rc3](https://discourse.julialang.org/t/gmt-fails-to-build-in-julia-1-11-0-rc3/126362)

<div class="topic-metadata">

**Author:** [@jackblyle](https://discourse.julialang.org/u/jackblyle)\
**Replies:** 3\
**Last updated:** [February 26, 2025, 11:51pm UTC](https://discourse.julialang.org/t/gmt-fails-to-build-in-julia-1-11-0-rc3/126362 "2025-02-26T23:51:18Z")

</div>

Hi Folks, I’m using Julia 1.11.0-rc3 on Fedora 41 from JupyterLab. I can’t get the GMT package to build. It worked in March almost a year ago, but I have updated Julia since then. The process looks like this: julia\> …

---

## [One colorbar for multiple axes](https://discourse.julialang.org/t/one-colorbar-for-multiple-axes/77021)

<div class="topic-metadata">

**Author:** [@TheLateKronos](https://discourse.julialang.org/u/TheLateKronos)\
**Replies:** 10\
**Last updated:** [February 26, 2025, 9:53am UTC](https://discourse.julialang.org/t/one-colorbar-for-multiple-axes/77021 "2025-02-26T09:53:54Z")

</div>

I have the following single figure with multiple heatmaps: The limits of the colorbar are manually set to the minimum and maximum of the values plotted. This is bound to give an incorrect mapping if one of the heatma…

---

## [Revise not getting loaded in Julia Test Process, inside VS Code container](https://discourse.julialang.org/t/revise-not-getting-loaded-in-julia-test-process-inside-vs-code-container/126101)

<div class="topic-metadata">

**Author:** [@bdforbes](https://discourse.julialang.org/u/bdforbes)\
**Replies:** 2\
**Last updated:** [February 24, 2025, 9:52pm UTC](https://discourse.julialang.org/t/revise-not-getting-loaded-in-julia-test-process-inside-vs-code-container/126101 "2025-02-24T21:52:17Z")

</div>

I’m exploring a Julia workflow in VS Code where I’m running a Julia Docker container and attaching VS Code to that container. Things were generally going quite well, but I’ve noticed that Revise isn’t getting loaded into…

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

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