# Tooling

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

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

**Page:** 44

---

## [Debug mode (Atom-Juno) skipping error during SVD in julia script](https://discourse.julialang.org/t/debug-mode-atom-juno-skipping-error-during-svd-in-julia-script/82692)

<div class="topic-metadata">

**Author:** [@Rafael\_Navarro](https://discourse.julialang.org/u/Rafael_Navarro)\
**Replies:** 2\
**Last updated:** [June 30, 2022, 3:05pm UTC](https://discourse.julialang.org/t/debug-mode-atom-juno-skipping-error-during-svd-in-julia-script/82692 "2022-06-30T15:05:25Z")

</div>

Hello julia developers, I am trying to apply a method called HePPCAT to my data. This method is able to reduce variance in heteroscedastic data by a nonconvex optimization through expectation maximization. During one of…

---

## [Common modules for a collection of notebooks](https://discourse.julialang.org/t/common-modules-for-a-collection-of-notebooks/83520)

<div class="topic-metadata">

**Author:** [@bwanab](https://discourse.julialang.org/u/bwanab)\
**Replies:** 2\
**Last updated:** [June 29, 2022, 1:47pm UTC](https://discourse.julialang.org/t/common-modules-for-a-collection-of-notebooks/83520 "2022-06-29T13:47:41Z")

</div>

If been building a collection of notebooks that are related, but with different topics (think chapters in a textbook). There are a lot of common functions between them. What is the best way to package these functions so …

---

## [How reliable are the warning flags in the vscode profile viewer?](https://discourse.julialang.org/t/how-reliable-are-the-warning-flags-in-the-vscode-profile-viewer/83325)

<div class="topic-metadata">

**Author:** [@benninkrs](https://discourse.julialang.org/u/benninkrs)\
**Replies:** 2\
**Last updated:** [June 27, 2022, 7:14am UTC](https://discourse.julialang.org/t/how-reliable-are-the-warning-flags-in-the-vscode-profile-viewer/83325 "2022-06-27T07:14:23Z")

</div>

I’m profiling a function using the vscode-julia @profview macro. When I do this some lines in the function are flagged as dynamic dispatch which I have a hard time believing, since according to @code\_warntype the argumen…

---

## [Lock a cell to prevent accidental editing](https://discourse.julialang.org/t/lock-a-cell-to-prevent-accidental-editing/83378)

<div class="topic-metadata">

**Author:** [@OuricoDC](https://discourse.julialang.org/u/OuricoDC)\
**Replies:** 1\
**Last updated:** [June 27, 2022, 7:10am UTC](https://discourse.julialang.org/t/lock-a-cell-to-prevent-accidental-editing/83378 "2022-06-27T07:10:35Z")

</div>

Hi, is there a way to lock a notebook cell to prevent accidental modification/ deletion in VSCode? Thanks ODC

---

## [Showing Image in Juno image pane in real time](https://discourse.julialang.org/t/showing-image-in-juno-image-pane-in-real-time/83031)

<div class="topic-metadata">

**Author:** [@NatMath](https://discourse.julialang.org/u/NatMath)\
**Replies:** 5\
**Last updated:** [June 25, 2022, 1:50am UTC](https://discourse.julialang.org/t/showing-image-in-juno-image-pane-in-real-time/83031 "2022-06-25T01:50:38Z")

</div>

I am working on a toy raytracer program and I would like to be able to show partial renders while the image is being rendered, ie. showing the current state of the image every n iteration of the main loop. However, I am …

---

## [Artifacts help](https://discourse.julialang.org/t/artifacts-help/83249)

<div class="topic-metadata">

**Author:** [@DanDeepPhase](https://discourse.julialang.org/u/DanDeepPhase)\
**Replies:** 5\
**Last updated:** [June 24, 2022, 6:09pm UTC](https://discourse.julialang.org/t/artifacts-help/83249 "2022-06-24T18:09:42Z")

</div>

I’m struggling with Artifacts. Any help would be appreciated. I implemented Pkg.Artifacts, but got a deprecation warning saying the stdlib Artifacts is preferred. I had followed Julia Artifacts for Dummies. A clever…

---

## [Autocomplete DataFrame columns not working in VS Code](https://discourse.julialang.org/t/autocomplete-dataframe-columns-not-working-in-vs-code/45449)

<div class="topic-metadata">

**Author:** [@rvezy](https://discourse.julialang.org/u/rvezy)\
**Replies:** 6\
**Last updated:** [June 24, 2022, 11:40am UTC](https://discourse.julialang.org/t/autocomplete-dataframe-columns-not-working-in-vs-code/45449 "2022-06-24T11:40:51Z")

</div>

Hi there, first I want to thank all people involved in the Julia extension for VS Code, you made a wonderful job. Now I have a little issue that is annoying when doing data science: the column names of a DataFrame are n…

---

## [Problems installing uber-juno and other packages in atom](https://discourse.julialang.org/t/problems-installing-uber-juno-and-other-packages-in-atom/24269)

<div class="topic-metadata">

**Author:** [@Ross\_Boylan](https://discourse.julialang.org/u/Ross_Boylan)\
**Replies:** 6\
**Last updated:** [June 24, 2022, 9:22am UTC](https://discourse.julialang.org/t/problems-installing-uber-juno-and-other-packages-in-atom/24269 "2022-06-24T09:22:26Z")

</div>

I installed julia to a local directory under MS Win 10, and then atom. But I’ve been unable to get atom set up for julia. As requested in this forum, I posted a bug report to https://github.com/JunoLab/Juno.jl/issues/2…

---

## [Repetitive, intrusive error in Juno: "MethodError: no method matching peekchar(::IOBuffer)"](https://discourse.julialang.org/t/repetitive-intrusive-error-in-juno-methoderror-no-method-matching-peekchar-iobuffer/76718)

<div class="topic-metadata">

**Author:** [@Jameson\_Quinn](https://discourse.julialang.org/u/Jameson_Quinn)\
**Replies:** 2\
**Last updated:** [June 21, 2022, 7:50pm UTC](https://discourse.julialang.org/t/repetitive-intrusive-error-in-juno-methoderror-no-method-matching-peekchar-iobuffer/76718 "2022-06-21T19:50:43Z")

</div>

I’m using Juno in Atom, with atom 1.59.0 x64 on a mac M1 Pro. Julia-client is version 0.12.6, and julia itself is version 1.7.1. I’m getting repetitive and intrusive errors, sometimes just when moving my mouse. These ap…

---

## [Facing Issue with GeoStats package in Julia](https://discourse.julialang.org/t/facing-issue-with-geostats-package-in-julia/83087)

<div class="topic-metadata">

**Author:** [@Goku](https://discourse.julialang.org/u/Goku)\
**Replies:** 0\
**Last updated:** [June 20, 2022, 6:31pm UTC](https://discourse.julialang.org/t/facing-issue-with-geostats-package-in-julia/83087 "2022-06-20T18:31:31Z")

</div>

Can someone help me with this. I have the GeoStats package and the variography package installed , but when I try to use the Empirical variogram function , its throwing the error as shown in the picture. The code I am us…

---

## [Pluto: how to number equations in LaTeX mode](https://discourse.julialang.org/t/pluto-how-to-number-equations-in-latex-mode/59900)

<div class="topic-metadata">

**Author:** [@VivMendes](https://discourse.julialang.org/u/VivMendes)\
**Replies:** 21\
**Last updated:** [June 20, 2022, 11:50am UTC](https://discourse.julialang.org/t/pluto-how-to-number-equations-in-latex-mode/59900 "2022-06-20T11:50:48Z")

</div>

Maybe I am missing some similar post already raised before. I have done my best, looking for such a topic, but I haven’t found one. How can I number an equation (written in LaTeX mode) in Pluto? The quality of the LaTeX …

---

## [Best IDE for docker in Julia?](https://discourse.julialang.org/t/best-ide-for-docker-in-julia/22238)

<div class="topic-metadata">

**Author:** [@yukiusa](https://discourse.julialang.org/u/yukiusa)\
**Replies:** 3\
**Last updated:** [June 19, 2022, 10:35am UTC](https://discourse.julialang.org/t/best-ide-for-docker-in-julia/22238 "2022-06-19T10:35:26Z")

</div>

I look for any IDE or editors suitable for working with Julia docker container. As of now what is the best one for that? I tried JetBrains IDEs like PyCharm with unofficial Julia Plugin. It seems to have no docker inte…

---

## [Make Julia VSCode use Manifest.toml and Project.toml files from the folder of script being run](https://discourse.julialang.org/t/make-julia-vscode-use-manifest-toml-and-project-toml-files-from-the-folder-of-script-being-run/82046)

<div class="topic-metadata">

**Author:** [@Torkel](https://discourse.julialang.org/u/Torkel)\
**Replies:** 9\
**Last updated:** [June 17, 2022, 1:32pm UTC](https://discourse.julialang.org/t/make-julia-vscode-use-manifest-toml-and-project-toml-files-from-the-folder-of-script-being-run/82046 "2022-06-17T13:32:25Z")

</div>

I have a folder with a “Manifest.toml” and a “Project.toml” file. I also have a script, “my\_julia\_script.jl”. I open the script and run some stuff. However, it seems to use the general julia environment. I want it to use…

---

## [CI failing with julia call when packages build (error when calling julia 'get')](https://discourse.julialang.org/t/ci-failing-with-julia-call-when-packages-build-error-when-calling-julia-get/82192)

<div class="topic-metadata">

**Author:** [@Gus\_Hart](https://discourse.julialang.org/u/Gus_Hart)\
**Replies:** 11\
**Last updated:** [June 16, 2022, 11:40pm UTC](https://discourse.julialang.org/t/ci-failing-with-julia-call-when-packages-build-error-when-calling-julia-get/82192 "2022-06-16T23:40:11Z")

</div>

The CI on one of my packages started failing a couple of days ago. It seemed to coincide with an upgrade in the Manifest (that julia requested, if I remember). It doesn’t seem related to anything in my code itself. The e…

---

## [How to correctly install \`julia-vim\`?](https://discourse.julialang.org/t/how-to-correctly-install-julia-vim/82260)

<div class="topic-metadata">

**Author:** [@thudjx](https://discourse.julialang.org/u/thudjx)\
**Replies:** 2\
**Last updated:** [June 16, 2022, 6:24am UTC](https://discourse.julialang.org/t/how-to-correctly-install-julia-vim/82260 "2022-06-16T06:24:53Z")

</div>

I am trying to install the julia-vim plugin into vim. I tried to use the built-in-package-management to install the package, as this is the most easy one. But It seemed that nothing happend to my vim. When opening a .…

---

## [OpenAnalytics Architect](https://discourse.julialang.org/t/openanalytics-architect/26186)

<div class="topic-metadata">

**Author:** [@xiaodai](https://discourse.julialang.org/u/xiaodai)\
**Replies:** 3\
**Last updated:** [June 15, 2022, 3:49pm UTC](https://discourse.julialang.org/t/openanalytics-architect/26186 "2022-06-15T15:49:43Z")

</div>

Just saw this new IDE for data science Products Supposedly supports Julia

---

## [UndefVarError: DataLoader not defined](https://discourse.julialang.org/t/undefvarerror-dataloader-not-defined/82759)

<div class="topic-metadata">

**Author:** [@soczek322](https://discourse.julialang.org/u/soczek322)\
**Replies:** 3\
**Last updated:** [June 15, 2022, 2:56pm UTC](https://discourse.julialang.org/t/undefvarerror-dataloader-not-defined/82759 "2022-06-15T14:56:06Z")

</div>

Hi, I have the latest flux version and I’ve tried everything I could find online but I still get this error when trying to use the DataLoader. Anyone encounter it before and found a fix (if it changes anything I’m runni…

---

## [Name of version to use for julia v1.8.0-rc1 in github CI](https://discourse.julialang.org/t/name-of-version-to-use-for-julia-v1-8-0-rc1-in-github-ci/82770)

<div class="topic-metadata">

**Author:** [@dmbates](https://discourse.julialang.org/u/dmbates)\
**Replies:** 1\
**Last updated:** [June 14, 2022, 8:36pm UTC](https://discourse.julialang.org/t/name-of-version-to-use-for-julia-v1-8-0-rc1-in-github-ci/82770 "2022-06-14T20:36:31Z")

</div>

What name do I use instead of '1.8' in this segment of CI.yml to get v1.8.0-rc1? matrix: version: - '1.8' - 'nightly' os: - ubuntu-latest arch: - x64…

---

## [Code coverage in jll artifacts](https://discourse.julialang.org/t/code-coverage-in-jll-artifacts/82743)

<div class="topic-metadata">

**Author:** [@Craig\_Hamel](https://discourse.julialang.org/u/Craig_Hamel)\
**Replies:** 0\
**Last updated:** [June 14, 2022, 12:19pm UTC](https://discourse.julialang.org/t/code-coverage-in-jll-artifacts/82743 "2022-06-14T12:19:26Z")

</div>

Are there any tools out there to look at code coverage of a jll artifact? Even something as simple as looking through the header file for the C library and comparing it to the methods calls in a package that uses the jl…

---

## [References to Juno in the Julia documentation](https://discourse.julialang.org/t/references-to-juno-in-the-julia-documentation/82714)

<div class="topic-metadata">

**Author:** [@maxkapur](https://discourse.julialang.org/u/maxkapur)\
**Replies:** 1\
**Last updated:** [June 14, 2022, 12:03am UTC](https://discourse.julialang.org/t/references-to-juno-in-the-julia-documentation/82714 "2022-06-14T00:03:07Z")

</div>

Searching for “Juno” yields 9 results in the v1.7.3 documentation and 11 results in the 1.8.0-rc1 documentation. Some of the references make no mention of the fact that Juno is no longer actively developed: To see the …

---

## [Is OpenStreetMap.jl package still maintained? Pkg.add("OpenStreetMap") gives an Error "OpenStreetMap not found in project, manifest or registry"](https://discourse.julialang.org/t/is-openstreetmap-jl-package-still-maintained-pkg-add-openstreetmap-gives-an-error-openstreetmap-not-found-in-project-manifest-or-registry/77102)

<div class="topic-metadata">

**Author:** [@Optimization](https://discourse.julialang.org/u/Optimization)\
**Replies:** 3\
**Last updated:** [June 10, 2022, 10:05am UTC](https://discourse.julialang.org/t/is-openstreetmap-jl-package-still-maintained-pkg-add-openstreetmap-gives-an-error-openstreetmap-not-found-in-project-manifest-or-registry/77102 "2022-06-10T10:05:31Z")

</div>

Hi when I try to add this package within Julia using Pkg.add("OpenStreetMap") it gives the following error. why this is the case? Is OpenStreetMap.jl package still maintained? Thanks julia\> using Pkg julia\> Pkg.add("…

---

## [Julia 1.6.6 LTS / 1.7.3 / 1.8.0-rc1 | Pkg.update() → "could not download registries (thread failed to start)"](https://discourse.julialang.org/t/julia-1-6-6-lts-1-7-3-1-8-0-rc1-pkg-update-could-not-download-registries-thread-failed-to-start/82407)

<div class="topic-metadata">

**Author:** [@Audrius-St](https://discourse.julialang.org/u/Audrius-St)\
**Replies:** 2\
**Last updated:** [June 10, 2022, 7:32am UTC](https://discourse.julialang.org/t/julia-1-6-6-lts-1-7-3-1-8-0-rc1-pkg-update-could-not-download-registries-thread-failed-to-start/82407 "2022-06-10T07:32:10Z")

</div>

Hello, julia\> versioninfo() Julia Version 1.7.3 Commit 742b9abb4d (2022-05-06 12:58 UTC) Platform Info: OS: Windows (x86\_64-w64-mingw32) CPU: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz WORD\_SIZE: 64 LIBM: libopenl…

---

## [Integration with LibreOffice](https://discourse.julialang.org/t/integration-with-libreoffice/27316)

<div class="topic-metadata">

**Author:** [@XVilka](https://discourse.julialang.org/u/XVilka)\
**Replies:** 2\
**Last updated:** [June 10, 2022, 5:29am UTC](https://discourse.julialang.org/t/integration-with-libreoffice/27316 "2022-06-10T05:29:46Z")

</div>

Julia Computing offers the JuliaInXL package - Julia integration with Microsoft Excel: https://juliacomputing.com/blog/2017/10/24/julia-in-xl-intro.html https://juliacomputing.com/products/juliafin.html#excel JuliaInXL…

---

## [PSA: Atom will be archived Dez. 15th](https://discourse.julialang.org/t/psa-atom-will-be-archived-dez-15th/82463)

<div class="topic-metadata">

**Author:** [@danielw2904](https://discourse.julialang.org/u/danielw2904)\
**Replies:** 3\
**Last updated:** [June 9, 2022, 8:25am UTC](https://discourse.julialang.org/t/psa-atom-will-be-archived-dez-15th/82463 "2022-06-09T08:25:32Z")

</div>

GitHub announced the sunset of Atom Time to move to EMacs :wink:

---

## [How can I debug an "include("file")'d script?](https://discourse.julialang.org/t/how-can-i-debug-an-include-file-d-script/25143)

<div class="topic-metadata">

**Author:** [@j4ksch](https://discourse.julialang.org/u/j4ksch)\
**Replies:** 3\
**Last updated:** [June 8, 2022, 3:18pm UTC](https://discourse.julialang.org/t/how-can-i-debug-an-include-file-d-script/25143 "2022-06-08T15:18:04Z")

</div>

Hi there, thanks for all of your great work. I love the fact that there is a debugger now and I’m trying to use it to debug a file that I would normally run via $ julia "script.jl" Lets assume the content of the file …

---

## [Evaluate julia code blocks while using Markdown VSCode preview](https://discourse.julialang.org/t/evaluate-julia-code-blocks-while-using-markdown-vscode-preview/82368)

<div class="topic-metadata">

**Author:** [@natema](https://discourse.julialang.org/u/natema)\
**Replies:** 0\
**Last updated:** [June 7, 2022, 12:22pm UTC](https://discourse.julialang.org/t/evaluate-julia-code-blocks-while-using-markdown-vscode-preview/82368 "2022-06-07T12:22:56Z")

</div>

I would like to edit a .jmd file in Markdown language mode on VSCode while still being able to send cells to the REPL as when I set Julia Markdown language mode. More context. The great advantage of working with .jmd in…

---

## [Unable to reproduce unit test outcomes from package manager's "clean environment"](https://discourse.julialang.org/t/unable-to-reproduce-unit-test-outcomes-from-package-managers-clean-environment/79772)

<div class="topic-metadata">

**Author:** [@hkraemer](https://discourse.julialang.org/u/hkraemer)\
**Replies:** 2\
**Last updated:** [June 3, 2022, 9:52am UTC](https://discourse.julialang.org/t/unable-to-reproduce-unit-test-outcomes-from-package-managers-clean-environment/79772 "2022-06-03T09:52:42Z")

</div>

Hi everyone, I ran into a strange behaviour recently related to Julia environments. Let’s say I develop a package MyPackage with the common structure: ├── Manifest.toml ├── Project.toml ├── src └── test ├── …

---

## [Modify syntax highlighting for IJulia in Jupyter lab to resemble Jupyter notebook?](https://discourse.julialang.org/t/modify-syntax-highlighting-for-ijulia-in-jupyter-lab-to-resemble-jupyter-notebook/82168)

<div class="topic-metadata">

**Author:** [@cocoa1231](https://discourse.julialang.org/u/cocoa1231)\
**Replies:** 0\
**Last updated:** [June 3, 2022, 1:33am UTC](https://discourse.julialang.org/t/modify-syntax-highlighting-for-ijulia-in-jupyter-lab-to-resemble-jupyter-notebook/82168 "2022-06-03T01:33:52Z")

</div>

Hello. Is it possible to modify the syntax highlighting scheme in Jupyter lab to resemble jupyter notebook in IJulia? I notice that the name of a function in a function call does not get highlighted in Jupyter lab like i…

---

## [Use Julia in vscode (as a flatpak)](https://discourse.julialang.org/t/use-julia-in-vscode-as-a-flatpak/79889)

<div class="topic-metadata">

**Author:** [@Ordens\_Ritter](https://discourse.julialang.org/u/Ordens_Ritter)\
**Replies:** 4\
**Last updated:** [June 2, 2022, 12:41pm UTC](https://discourse.julialang.org/t/use-julia-in-vscode-as-a-flatpak/79889 "2022-06-02T12:41:43Z")

</div>

VS Code is normally distributed for my distro as a SNAP (which had the side effect for me) that vs code started in about 30 % of the cases I started my PC. Hence I switched to the Flatpak package of VS Code-OSS. After …

---

## [VS code custom Sysimage, startup time for "run in REPL" and "run as new process"](https://discourse.julialang.org/t/vs-code-custom-sysimage-startup-time-for-run-in-repl-and-run-as-new-process/82115)

<div class="topic-metadata">

**Author:** [@nabajour](https://discourse.julialang.org/u/nabajour)\
**Replies:** 4\
**Last updated:** [June 2, 2022, 9:49am UTC](https://discourse.julialang.org/t/vs-code-custom-sysimage-startup-time-for-run-in-repl-and-run-as-new-process/82115 "2022-06-02T09:49:11Z")

</div>

Hi all, I’m trying to get the startup time of julia down. I created a JuliaSysImage.toml, giving an execution script that exercises frequently used functions I want to precompile. I then ran the build sysimage task. I…

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

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