# Tooling

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

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

**Page:** 48

---

## [Workflow for using package artifacts](https://discourse.julialang.org/t/workflow-for-using-package-artifacts/77319)

<div class="topic-metadata">

**Author:** [@pat-alt](https://discourse.julialang.org/u/pat-alt)\
**Replies:** 1\
**Last updated:** [March 2, 2022, 6:00pm UTC](https://discourse.julialang.org/t/workflow-for-using-package-artifacts/77319 "2022-03-02T18:00:09Z")

</div>

I’m working on library for creating counterfactual explanations. For the docs I want to make some pretrained Flux.jl models and data available as artifacts. I’m puzzled as to where I’m actually supposed to host the data. …

---

## [Move a registered package to a subfolder of another package](https://discourse.julialang.org/t/move-a-registered-package-to-a-subfolder-of-another-package/77272)

<div class="topic-metadata">

**Author:** [@Norman](https://discourse.julialang.org/u/Norman)\
**Replies:** 0\
**Last updated:** [March 2, 2022, 4:44am UTC](https://discourse.julialang.org/t/move-a-registered-package-to-a-subfolder-of-another-package/77272 "2022-03-02T04:44:33Z")

</div>

Suppose there is a package A registered on General that need to be moved to a subfolder lib inside package B. If I understood correctly, after the merge, one should be able to find all the older versions after git clone …

---

## [How to manually add references in Literate -\> Documenter](https://discourse.julialang.org/t/how-to-manually-add-references-in-literate-documenter/77223)

<div class="topic-metadata">

**Author:** [@sylvaticus](https://discourse.julialang.org/u/sylvaticus)\
**Replies:** 1\
**Last updated:** [March 1, 2022, 8:31pm UTC](https://discourse.julialang.org/t/how-to-manually-add-references-in-literate-documenter/77223 "2022-03-01T20:31:53Z")

</div>

I am using Literate → Documenter to write a tutorial, not to document a module. How do I manually add an anchor on a file and create a reference on a different file (e.g. “See the section on \[AUTOLINK\]Missing Values\[/A…

---

## [Problem with inline math for Literate-generated notebook](https://discourse.julialang.org/t/problem-with-inline-math-for-literate-generated-notebook/60132)

<div class="topic-metadata">

**Author:** [@PeterSimon](https://discourse.julialang.org/u/PeterSimon)\
**Replies:** 3\
**Last updated:** [March 1, 2022, 8:25pm UTC](https://discourse.julialang.org/t/problem-with-inline-math-for-literate-generated-notebook/60132 "2022-03-01T20:25:30Z")

</div>

I’m using Literate and Documenter to develop documentation for a new package. Everything is going smoothly as far as the generated HTML docs go. The problem is that the inline math isn’t displayed as math in the genera…

---

## [Juno vs VS Code vs Sublime Text with Julia 1.7](https://discourse.julialang.org/t/juno-vs-vs-code-vs-sublime-text-with-julia-1-7/77249)

<div class="topic-metadata">

**Author:** [@Dustin\_Hess](https://discourse.julialang.org/u/Dustin_Hess)\
**Replies:** 6\
**Last updated:** [March 1, 2022, 7:43pm UTC](https://discourse.julialang.org/t/juno-vs-vs-code-vs-sublime-text-with-julia-1-7/77249 "2022-03-01T19:43:08Z")

</div>

I have been using 1.7 without any trouble. However, Juno doesn’t seem to support it yet I get a “Couldn’t resolve version error.” I keep wanting to switch to VS code but the fuzzy file finding in Juno is deal breaker for…

---

## [Juliaup and beta release](https://discourse.julialang.org/t/juliaup-and-beta-release/77195)

<div class="topic-metadata">

**Author:** [@dmbates](https://discourse.julialang.org/u/dmbates)\
**Replies:** 1\
**Last updated:** [February 28, 2022, 3:25pm UTC](https://discourse.julialang.org/t/juliaup-and-beta-release/77195 "2022-02-28T15:25:52Z")

</div>

Alex has announced Julia v1.8.0-beta1 is now on the download sites. I was hoping that juliaup add beta would download and install this version but it doesn’t seem to do so. Am I misunderstanding how the beta channel …

---

## [Reading Excel Data From PlutoUI File Picker](https://discourse.julialang.org/t/reading-excel-data-from-plutoui-file-picker/77034)

<div class="topic-metadata">

**Author:** [@Nicks](https://discourse.julialang.org/u/Nicks)\
**Replies:** 5\
**Last updated:** [February 25, 2022, 8:56pm UTC](https://discourse.julialang.org/t/reading-excel-data-from-plutoui-file-picker/77034 "2022-02-25T20:56:29Z")

</div>

I’m using a PlutoUI filepicker and for a CSV file I can read the data for CSV with CSV.File but I’m stumped at how to do this for a .xlsx file. Everything for reading .xlsx files seems to want a path but the the filepick…

---

## [Recommendations for Julia & SQL Workflow with Jupyter or VSCode](https://discourse.julialang.org/t/recommendations-for-julia-sql-workflow-with-jupyter-or-vscode/76698)

<div class="topic-metadata">

**Author:** [@Ouji](https://discourse.julialang.org/u/Ouji)\
**Replies:** 14\
**Last updated:** [February 25, 2022, 1:43pm UTC](https://discourse.julialang.org/t/recommendations-for-julia-sql-workflow-with-jupyter-or-vscode/76698 "2022-02-25T13:43:44Z")

</div>

Earlier, I went to Neptune, then Pluto, and I was in the process of finding a kind of setup for Julia and SQL. So far, I’ve had some success, but I’m not there yet. I thought that maybe I went about it the wrong way. So …

---

## [Case insentitive package completion](https://discourse.julialang.org/t/case-insentitive-package-completion/76017)

<div class="topic-metadata">

**Author:** [@albheim](https://discourse.julialang.org/u/albheim)\
**Replies:** 3\
**Last updated:** [February 24, 2022, 12:25pm UTC](https://discourse.julialang.org/t/case-insentitive-package-completion/76017 "2022-02-24T12:25:18Z")

</div>

I have often found myself to know a package name, but fail to remember the casing (some packages are easy, some not as consistent). It is not hard to make a guess and try to tab complete until something works, but I feel…

---

## [Neptune: how to execute the whole notebook / all its cells?](https://discourse.julialang.org/t/neptune-how-to-execute-the-whole-notebook-all-its-cells/76813)

<div class="topic-metadata">

**Author:** [@reumle](https://discourse.julialang.org/u/reumle)\
**Replies:** 2\
**Last updated:** [February 23, 2022, 8:54pm UTC](https://discourse.julialang.org/t/neptune-how-to-execute-the-whole-notebook-all-its-cells/76813 "2022-02-23T20:54:25Z")

</div>

Hi , I use Neptune (it is terrific for debugging some workflows). From time to time I would like to rerun all the cells in the notebook. Currently I have to go to every single cell an rerun it individually (point and cli…

---

## [Julia Extension for VSCode \`v1.6.0\` is out... and the awesome new profiler with it!](https://discourse.julialang.org/t/julia-extension-for-vscode-v1-6-0-is-out-and-the-awesome-new-profiler-with-it/76980)

<div class="topic-metadata">

**Author:** [@lrnv](https://discourse.julialang.org/u/lrnv)\
**Replies:** 2\
**Last updated:** [February 23, 2022, 4:32pm UTC](https://discourse.julialang.org/t/julia-extension-for-vscode-v1-6-0-is-out-and-the-awesome-new-profiler-with-it/76980 "2022-02-23T16:32:59Z")

</div>

I am not sure if it is my job to announce such a thing, but I just wanted everyone to know that the new VSCode profiler is now available on Insider. This profiler is very fast and efficient, thanks a lot to @pfitzseb fo…

---

## [Neovim + coc : incorrect "Missing reference" warnings with installed packages](https://discourse.julialang.org/t/neovim-coc-incorrect-missing-reference-warnings-with-installed-packages/73126)

<div class="topic-metadata">

**Author:** [@iago-lito](https://discourse.julialang.org/u/iago-lito)\
**Replies:** 6\
**Last updated:** [February 23, 2022, 1:55pm UTC](https://discourse.julialang.org/t/neovim-coc-incorrect-missing-reference-warnings-with-installed-packages/73126 "2022-02-23T13:55:29Z")

</div>

I’m very happy with coc-julia extension to enjoy julia’s LSP with neovim, except that I keep getting these annoying “Missing reference” warnings any time I add using Package, or Package.function. How do I get this right,…

---

## [How to enable (and use) persistent remote connection with VSCode/tmux?](https://discourse.julialang.org/t/how-to-enable-and-use-persistent-remote-connection-with-vscode-tmux/76926)

<div class="topic-metadata">

**Author:** [@sylvaticus](https://discourse.julialang.org/u/sylvaticus)\
**Replies:** 4\
**Last updated:** [February 23, 2022, 8:22am UTC](https://discourse.julialang.org/t/how-to-enable-and-use-persistent-remote-connection-with-vscode-tmux/76926 "2022-02-23T08:22:38Z")

</div>

Hello I am following the doc on running VSCode using Julia on a remote server, and all is working smoothly except I can’t keep the session permanent. I have installed on the server (Ubuntu 20.04) tmux and set the option…

---

## [Pluto cell warning about density and StatsPlots, not recognizing earlier](https://discourse.julialang.org/t/pluto-cell-warning-about-density-and-statsplots-not-recognizing-earlier/76907)

<div class="topic-metadata">

**Author:** [@wccarleton](https://discourse.julialang.org/u/wccarleton)\
**Replies:** 2\
**Last updated:** [February 23, 2022, 7:08am UTC](https://discourse.julialang.org/t/pluto-cell-warning-about-density-and-statsplots-not-recognizing-earlier/76907 "2022-02-23T07:08:55Z")

</div>

Hi All, Still very new to Julia and Pluto. I’ve encountered a strange warning in a cell regarding plotting calls that involve seriestype density. The warning is: seriestype density has been moved to StatsPlots. To us…

---

## [Please vote for preview capabilities in Dropbox](https://discourse.julialang.org/t/please-vote-for-preview-capabilities-in-dropbox/76956)

<div class="topic-metadata">

**Author:** [@fredrikpaues](https://discourse.julialang.org/u/fredrikpaues)\
**Replies:** 0\
**Last updated:** [February 23, 2022, 5:28am UTC](https://discourse.julialang.org/t/please-vote-for-preview-capabilities-in-dropbox/76956 "2022-02-23T05:28:59Z")

</div>

I just suggested that Dropbox (iOS) add preview capabilities to .jl files just like it has for Python’s .py files and MATLAB’s .m files. As an old idea was closed for voting due to inactivity, I felt it might be a good i…

---

## [I am not able to use julia in vscode](https://discourse.julialang.org/t/i-am-not-able-to-use-julia-in-vscode/76112)

<div class="topic-metadata">

**Author:** [@sai\_matcha](https://discourse.julialang.org/u/sai_matcha)\
**Replies:** 8\
**Last updated:** [February 22, 2022, 8:38am UTC](https://discourse.julialang.org/t/i-am-not-able-to-use-julia-in-vscode/76112 "2022-02-22T08:38:53Z")

</div>

I have recently installed vscode , when i try to use julia in vs code i got below error. can somebody help me to install julia in vscode Could not start the Julia language server. Make sure the configuration setting jul…

---

## [How do I retrigger registrator?](https://discourse.julialang.org/t/how-do-i-retrigger-registrator/76635)

<div class="topic-metadata">

**Author:** [@ctkelley](https://discourse.julialang.org/u/ctkelley)\
**Replies:** 3\
**Last updated:** [February 17, 2022, 7:26pm UTC](https://discourse.julialang.org/t/how-do-i-retrigger-registrator/76635 "2022-02-17T19:26:19Z")

</div>

I left a compat entry out of a Project.toml and got instructions to simple retrigger Registrator, after I fixed it. How do I do that? I tried putting @JuliaRegistrator register in the comments and that failed with thi…

---

## [Pluto - hide LHS of assignment (\`@latexrun\`)](https://discourse.julialang.org/t/pluto-hide-lhs-of-assignment-latexrun/76638)

<div class="topic-metadata">

**Author:** [@gustaphe](https://discourse.julialang.org/u/gustaphe)\
**Replies:** 7\
**Last updated:** [February 17, 2022, 6:23pm UTC](https://discourse.julialang.org/t/pluto-hide-lhs-of-assignment-latexrun/76638 "2022-02-17T18:23:20Z")

</div>

I’m using Latexify in Pluto and running @latexrun x = something, which assigns something to x and returns a LaTeXString – which looks great. The problem is, Pluto identifies this as an assignment, and prints an extra @la…

---

## [Pkg certificate issue on linux](https://discourse.julialang.org/t/pkg-certificate-issue-on-linux/76623)

<div class="topic-metadata">

**Author:** [@nabajour](https://discourse.julialang.org/u/nabajour)\
**Replies:** 13\
**Last updated:** [February 17, 2022, 2:13pm UTC](https://discourse.julialang.org/t/pkg-certificate-issue-on-linux/76623 "2022-02-17T14:13:53Z")

</div>

Hi, I have an issue downloading packages with Julia 1.7.2 on Debian Sid. (julia compiled from source) From a fresh machine (I moved the .julia folder out of the way), I get a certificate error when trying to install a …

---

## [Changing github repository of a package](https://discourse.julialang.org/t/changing-github-repository-of-a-package/64389)

<div class="topic-metadata">

**Author:** [@markmbaum](https://discourse.julialang.org/u/markmbaum)\
**Replies:** 2\
**Last updated:** [February 15, 2022, 8:53am UTC](https://discourse.julialang.org/t/changing-github-repository-of-a-package/64389 "2022-02-15T08:53:12Z")

</div>

I’d like to migrate a couple of repositories from a shared github account to my personal account. They have already been registered as Julia packages, however. Is there anything I need to know before changing the reposit…

---

## [Developing concurrent, interdependent packages in a local registry](https://discourse.julialang.org/t/developing-concurrent-interdependent-packages-in-a-local-registry/76428)

<div class="topic-metadata">

**Author:** [@doit](https://discourse.julialang.org/u/doit)\
**Replies:** 4\
**Last updated:** [February 16, 2022, 7:31am UTC](https://discourse.julialang.org/t/developing-concurrent-interdependent-packages-in-a-local-registry/76428 "2022-02-16T07:31:43Z")

</div>

Hi everyone, I’m working on a package (A) and realized I can actually extract certain type definitions into a separate package (B) and have the original depend on that. However, I am still in the process of agreeing on…

---

## [Weird errors when loading/running a Julia notebook in Jupyter](https://discourse.julialang.org/t/weird-errors-when-loading-running-a-julia-notebook-in-jupyter/74431)

<div class="topic-metadata">

**Author:** [@LSM](https://discourse.julialang.org/u/LSM)\
**Replies:** 1\
**Last updated:** [February 15, 2022, 11:12pm UTC](https://discourse.julialang.org/t/weird-errors-when-loading-running-a-julia-notebook-in-jupyter/74431 "2022-02-15T23:12:02Z")

</div>

I have Jupyter lab running on my Linux machine, installed standalone with pip, all latest versions of everything, including a fresh system install of Julia which is working in the system console fine. I do not have Conda…

---

## [VSCode setting for setting editor (for use with @edit)](https://discourse.julialang.org/t/vscode-setting-for-setting-editor-for-use-with-edit/75716)

<div class="topic-metadata">

**Author:** [@albheim](https://discourse.julialang.org/u/albheim)\
**Replies:** 2\
**Last updated:** [February 15, 2022, 10:20am UTC](https://discourse.julialang.org/t/vscode-setting-for-setting-editor-for-use-with-edit/75716 "2022-02-15T10:20:48Z")

</div>

I wanted julia to automatically figure out and set the editor for use with @edit depending on if I was in a terminal (use vim) or if I was in vscode julia repl (use vscode). I saw that in julia vscode settings there is …

---

## [Has Anyone Used RCall with \`renv\`?](https://discourse.julialang.org/t/has-anyone-used-rcall-with-renv/76310)

<div class="topic-metadata">

**Author:** [@TheCedarPrince](https://discourse.julialang.org/u/TheCedarPrince)\
**Replies:** 2\
**Last updated:** [February 14, 2022, 4:45pm UTC](https://discourse.julialang.org/t/has-anyone-used-rcall-with-renv/76310 "2022-02-14T16:45:20Z")

</div>

Hi all! Just was wondering if anyone has had any luck with using renv with RCall. In R, I use renv to manage my package versions per project (very similar to lock files in Julia) and usually you can activate renv easil…

---

## [Erudite Vim - Sensational Vim Configuration](https://discourse.julialang.org/t/erudite-vim-sensational-vim-configuration/76380)

<div class="topic-metadata">

**Author:** [@j\_u](https://discourse.julialang.org/u/j_u)\
**Replies:** 3\
**Last updated:** [February 14, 2022, 6:45am UTC](https://discourse.julialang.org/t/erudite-vim-sensational-vim-configuration/76380 "2022-02-14T06:45:24Z")

</div>

I am aware that it is Valentine’s Day so I might be a little bit biased. (To be frank I don’t think so). I just came by NeoVim configuration written in Lua with a focus on Julia. I just wanted to point your attention to…

---

## [Julia CI (github actions with codecov) setup for package development](https://discourse.julialang.org/t/julia-ci-github-actions-with-codecov-setup-for-package-development/76060)

<div class="topic-metadata">

**Author:** [@bicepjai](https://discourse.julialang.org/u/bicepjai)\
**Replies:** 1\
**Last updated:** [February 13, 2022, 9:07pm UTC](https://discourse.julialang.org/t/julia-ci-github-actions-with-codecov-setup-for-package-development/76060 "2022-02-13T21:07:33Z")

</div>

I am working on a package and trying to setup testing, code coverage for the package. Got lot of advice from the following thread Easy workflow file for setting up GitHub Actions CI for your Julia package Trying to us…

---

## [Neptune doesn't load properly in browser](https://discourse.julialang.org/t/neptune-doesnt-load-properly-in-browser/75910)

<div class="topic-metadata">

**Author:** [@Ouji](https://discourse.julialang.org/u/Ouji)\
**Replies:** 16\
**Last updated:** [February 12, 2022, 7:13pm UTC](https://discourse.julialang.org/t/neptune-doesnt-load-properly-in-browser/75910 "2022-02-12T19:13:13Z")

</div>

I included Neptune in the REPL with using, then ran Neptune.run(), but when I choose a new notebook, it doesn’t load to the point of seeing a ready-to-use notebook. Basically it looks like an empty white screen. What is …

---

## [Problem in using "continuous\_events" in ModelingToolkit](https://discourse.julialang.org/t/problem-in-using-continuous-events-in-modelingtoolkit/76280)

<div class="topic-metadata">

**Author:** [@anandpathak31](https://discourse.julialang.org/u/anandpathak31)\
**Replies:** 11\
**Last updated:** [February 12, 2022, 2:21pm UTC](https://discourse.julialang.org/t/problem-in-using-continuous-events-in-modelingtoolkit/76280 "2022-02-12T14:21:27Z")

</div>

Hi, I am not able to use the continuous\_events feature of ModelingToolkit for creating ODESystem in VScode. It worked perfectly fine on Pluto but same code in VScode gives this error : LoadError: MethodError: no method …

---

## [Plans for Updating Julia](https://discourse.julialang.org/t/plans-for-updating-julia/75880)

<div class="topic-metadata">

**Author:** [@Lilith](https://discourse.julialang.org/u/Lilith)\
**Replies:** 40\
**Last updated:** [February 12, 2022, 10:49am UTC](https://discourse.julialang.org/t/plans-for-updating-julia/75880 "2022-02-12T10:49:06Z")

</div>

I’m aware of four systems for Julia version management: | Manual | jill | UpdateJulia | juliaup | juliavm status | official | stable | stable |…

---

## [Very long delay between startup and shift+enter working](https://discourse.julialang.org/t/very-long-delay-between-startup-and-shift-enter-working/76241)

<div class="topic-metadata">

**Author:** [@bileamScheuvens](https://discourse.julialang.org/u/bileamScheuvens)\
**Replies:** 2\
**Last updated:** [February 12, 2022, 8:20am UTC](https://discourse.julialang.org/t/very-long-delay-between-startup-and-shift-enter-working/76241 "2022-02-12T08:20:55Z")

</div>

I unfortunately can’t pinpoint it to any update/change i made but recently there’s a ridiculous delay between repl startup and shift+enter sending code to it. We’re talking 5-10 minutes. The terminal works immediately, a…

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

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