# Tooling

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

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

**Page:** 37

---

## [About adding interface to agda, for allowing code generation of Computer Algebra present on Julia from proof](https://discourse.julialang.org/t/about-adding-interface-to-agda-for-allowing-code-generation-of-computer-algebra-present-on-julia-from-proof/91512)

<div class="topic-metadata">

**Author:** [@jfferson](https://discourse.julialang.org/u/jfferson)\
**Replies:** 0\
**Last updated:** [December 10, 2022, 4:27pm UTC](https://discourse.julialang.org/t/about-adding-interface-to-agda-for-allowing-code-generation-of-computer-algebra-present-on-julia-from-proof/91512 "2022-12-10T16:27:34Z")

</div>

Agda is a logical programming language and theorem prover, that have bring my attention for being compiled by default and by providing support for Category Theory, which allows it to be used at some very elementary level…

---

## [UniformScaling Array problem](https://discourse.julialang.org/t/uniformscaling-array-problem/91475)

<div class="topic-metadata">

**Author:** [@Szrenka\_Agoston](https://discourse.julialang.org/u/Szrenka_Agoston)\
**Replies:** 1\
**Last updated:** [December 9, 2022, 12:32pm UTC](https://discourse.julialang.org/t/uniformscaling-array-problem/91475 "2022-12-09T12:32:39Z")

</div>

Hi I want to transform a Python program to Julia and I have a problem with my code at jl:61 Could you help me what should I do or what is the problem?

---

## [OpenGL error with Documenter.jl](https://discourse.julialang.org/t/opengl-error-with-documenter-jl/84854)

<div class="topic-metadata">

**Author:** [@RobertGregg](https://discourse.julialang.org/u/RobertGregg)\
**Replies:** 4\
**Last updated:** [December 7, 2022, 7:56am UTC](https://discourse.julialang.org/t/opengl-error-with-documenter-jl/84854 "2022-12-07T07:56:41Z")

</div>

I’m trying to set up some documentation for a package using Documenter.jl and I’m getting an OpenGL error when I try to build and deploy everything on Github Actions. I have GLMakie as a dependency which is causing the p…

---

## [How to run julia code in an async way with emacs orgmode?](https://discourse.julialang.org/t/how-to-run-julia-code-in-an-async-way-with-emacs-orgmode/91343)

<div class="topic-metadata">

**Author:** [@tiZ](https://discourse.julialang.org/u/tiZ)\
**Replies:** 0\
**Last updated:** [December 7, 2022, 3:27am UTC](https://discourse.julialang.org/t/how-to-run-julia-code-in-an-async-way-with-emacs-orgmode/91343 "2022-12-07T03:27:23Z")

</div>

Hi, I wonder if there a better way to run julia session in org-mode provide in emacs. Currently, I can run julia code in org mode by sending it to ESS, but emacs will be not responsive after julia code completion. By co…

---

## [VSCode cannot find the Julia executable that exists](https://discourse.julialang.org/t/vscode-cannot-find-the-julia-executable-that-exists/58133)

<div class="topic-metadata">

**Author:** [@oo92](https://discourse.julialang.org/u/oo92)\
**Replies:** 25\
**Last updated:** [December 6, 2022, 7:16pm UTC](https://discourse.julialang.org/t/vscode-cannot-find-the-julia-executable-that-exists/58133 "2022-12-06T19:16:11Z")

</div>

Hi. I am trying to get my Julia 1.5.4 to work with my VSCode but it does not. I do not understand why this is the case. I renewed the installation for each but the problem persists. This is my Preferences \> Settings \> Ju…

---

## [Emacs: starting eglot server](https://discourse.julialang.org/t/emacs-starting-eglot-server/91311)

<div class="topic-metadata">

**Author:** [@Andrea\_Pagnani](https://discourse.julialang.org/u/Andrea_Pagnani)\
**Replies:** 4\
**Last updated:** [December 6, 2022, 10:55am UTC](https://discourse.julialang.org/t/emacs-starting-eglot-server/91311 "2022-12-06T10:55:57Z")

</div>

Dear all I apologize if this has already been discussed elsewhere but I did not come up with a solution. I installed the melpa version of eglot eglot-jl 20221128.1655 but it has some issues: Each time I open a .j…

---

## [Emacs-based workflow](https://discourse.julialang.org/t/emacs-based-workflow/19400)

<div class="topic-metadata">

**Author:** [@ffevotte](https://discourse.julialang.org/u/ffevotte)\
**Replies:** 97\
**Last updated:** [December 5, 2022, 1:24pm UTC](https://discourse.julialang.org/t/emacs-based-workflow/19400 "2022-12-05T13:24:09Z")

</div>

I’m trying to set-up an (efficient) Emacs-based workflow to develop Julia code (on a linux system). Currently, here is what I’m using: I have a live Julia REPL in an ansi-term buffer, which uses Revise to update the …

---

## [Canonical way to check if a project is a package?](https://discourse.julialang.org/t/canonical-way-to-check-if-a-project-is-a-package/90827)

<div class="topic-metadata">

**Author:** [@grahamas](https://discourse.julialang.org/u/grahamas)\
**Replies:** 4\
**Last updated:** [December 5, 2022, 11:11pm UTC](https://discourse.julialang.org/t/canonical-way-to-check-if-a-project-is-a-package/90827 "2022-12-05T23:11:49Z")

</div>

I’m trying to write some code to detect if a Project.toml defines a package or not (making a better error output in this issue Requesting better error message for non-packages · Issue #60 · GunnarFarneback/LocalRegistry.…

---

## [Debugging does not work in vscode for 1 line of code of Zygote](https://discourse.julialang.org/t/debugging-does-not-work-in-vscode-for-1-line-of-code-of-zygote/91088)

<div class="topic-metadata">

**Author:** [@Joe\_Kuzlovsky](https://discourse.julialang.org/u/Joe_Kuzlovsky)\
**Replies:** 2\
**Last updated:** [December 5, 2022, 5:14pm UTC](https://discourse.julialang.org/t/debugging-does-not-work-in-vscode-for-1-line-of-code-of-zygote/91088 "2022-12-05T17:14:06Z")

</div>

I have this code: using Zygote function test\_gradient() return gradient(x -\> 3x^2 + 2x + 1, 5) end and I am trying to debug it by setting a breakpoint in vscode. I get the following error when reaching y, back…

---

## [Registration via Juliahub does not generate github package release](https://discourse.julialang.org/t/registration-via-juliahub-does-not-generate-github-package-release/83728)

<div class="topic-metadata">

**Author:** [@MartinOtter](https://discourse.julialang.org/u/MartinOtter)\
**Replies:** 4\
**Last updated:** [December 4, 2022, 11:02pm UTC](https://discourse.julialang.org/t/registration-via-juliahub-does-not-generate-github-package-release/83728 "2022-12-04T23:02:09Z")

</div>

Since some time registration in Julia registry is successful, but no release (and no tag) is generated for the package on github. There is always a “Server Error” from github actions: Run JuliaRegistries/TagBot@v1 /usr/…

---

## [Emacs again](https://discourse.julialang.org/t/emacs-again/41459)

<div class="topic-metadata">

**Author:** [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)\
**Replies:** 2\
**Last updated:** [December 2, 2022, 4:26pm UTC](https://discourse.julialang.org/t/emacs-again/41459 "2022-12-02T16:26:36Z")

</div>

I have made some advances with cygwin-based use of Emacs 23.6 on Windows 10, but then the experience with the command line was disappointing. In particular, I couldn’t get used to the mapping between the cygwin and Wind…

---

## [Help running notebooks in a server](https://discourse.julialang.org/t/help-running-notebooks-in-a-server/91131)

<div class="topic-metadata">

**Author:** [@runjaj](https://discourse.julialang.org/u/runjaj)\
**Replies:** 1\
**Last updated:** [December 2, 2022, 9:54am UTC](https://discourse.julialang.org/t/help-running-notebooks-in-a-server/91131 "2022-12-02T09:54:22Z")

</div>

I’m not 100 % sure that this is the place to make this question. The truth is that I’m quite lost… I’m creating a few interactive notebooks using Pluto and I would like that my students could use them. They are studying…

---

## [Conditional Formatting in Pluto/Dataframes](https://discourse.julialang.org/t/conditional-formatting-in-pluto-dataframes/91113)

<div class="topic-metadata">

**Author:** [@lgmendes](https://discourse.julialang.org/u/lgmendes)\
**Replies:** 2\
**Last updated:** [December 1, 2022, 8:38pm UTC](https://discourse.julialang.org/t/conditional-formatting-in-pluto-dataframes/91113 "2022-12-01T20:38:15Z")

</div>

Is it possible to apply conditional formatting to dataframes on Pluto? Similar to what I possible with Pandas (Python) https://pandas.pydata.org/docs/user\_guide/style.html . In particular, I want to highlight some cells …

---

## [Install a package (and its dependencies) at specific date instead of specific version](https://discourse.julialang.org/t/install-a-package-and-its-dependencies-at-specific-date-instead-of-specific-version/91076)

<div class="topic-metadata">

**Author:** [@sloede](https://discourse.julialang.org/u/sloede)\
**Replies:** 3\
**Last updated:** [December 1, 2022, 2:05pm UTC](https://discourse.julialang.org/t/install-a-package-and-its-dependencies-at-specific-date-instead-of-specific-version/91076 "2022-12-01T14:05:24Z")

</div>

Is there any way to put Pkg in some sort of “time traveler mode” where I can tell it to install a package (and, more importantly, its dependencies) as if I had issued that command on a given date in the past? My use cas…

---

## [Cannot do anything unless Language Server is started in VS Code](https://discourse.julialang.org/t/cannot-do-anything-unless-language-server-is-started-in-vs-code/91067)

<div class="topic-metadata">

**Author:** [@alex180500](https://discourse.julialang.org/u/alex180500)\
**Replies:** 1\
**Last updated:** [December 1, 2022, 9:23am UTC](https://discourse.julialang.org/t/cannot-do-anything-unless-language-server-is-started-in-vs-code/91067 "2022-12-01T09:23:25Z")

</div>

I’m new to Julia, already made a github issue and another post here. Maybe this is the place. Whenever I open VS Code the language server start is painfully slow (takes ~1min without packages, ~3min with some packages)…

---

## [Jupyter markdown images not showing](https://discourse.julialang.org/t/jupyter-markdown-images-not-showing/91052)

<div class="topic-metadata">

**Author:** [@compleat](https://discourse.julialang.org/u/compleat)\
**Replies:** 6\
**Last updated:** [November 30, 2022, 6:07pm UTC](https://discourse.julialang.org/t/jupyter-markdown-images-not-showing/91052 "2022-11-30T18:07:21Z")

</div>

I have tried to follow all the possible ways of inserting images into Markdown cell in Jupyter Notebooks, but I can’t get anything to render. The documentation I have found was for Markdown in Python Notebooks, so maybe…

---

## [Atom package: julia-client seems to be broken](https://discourse.julialang.org/t/atom-package-julia-client-seems-to-be-broken/91037)

<div class="topic-metadata">

**Author:** [@ellocco](https://discourse.julialang.org/u/ellocco)\
**Replies:** 4\
**Last updated:** [November 30, 2022, 10:12am UTC](https://discourse.julialang.org/t/atom-package-julia-client-seems-to-be-broken/91037 "2022-11-30T10:12:51Z")

</div>

I like the Atom-Editor as a second Julia editor, but the atom package julia-client seems to be brocken. After deinstallation I tried to re-install it via apm but it fails: C:\\bin\\Atom\\resources\\app\\apm\\bin\>apm install …

---

## [How to turn off Pluto notebook autosave](https://discourse.julialang.org/t/how-to-turn-off-pluto-notebook-autosave/90891)

<div class="topic-metadata">

**Author:** [@somranger](https://discourse.julialang.org/u/somranger)\
**Replies:** 3\
**Last updated:** [November 30, 2022, 9:23am UTC](https://discourse.julialang.org/t/how-to-turn-off-pluto-notebook-autosave/90891 "2022-11-30T09:23:09Z")

</div>

As the topic. Just I prefer to close autosave. How could I do this?

---

## [Install own fork of package instead of "official" version](https://discourse.julialang.org/t/install-own-fork-of-package-instead-of-official-version/62456)

<div class="topic-metadata">

**Author:** [@amrods](https://discourse.julialang.org/u/amrods)\
**Replies:** 22\
**Last updated:** [November 24, 2022, 1:36pm UTC](https://discourse.julialang.org/t/install-own-fork-of-package-instead-of-official-version/62456 "2022-11-24T13:36:40Z")

</div>

I have a fork of a package. That package is a dependency of many other packages, some of which I use heavily. How can I install my fork so that the dependent packages use my fork instead of the “official” dependency? is …

---

## [How to use tab autocompletions (LaTeX, emojis) in Markdown files in VSCode?](https://discourse.julialang.org/t/how-to-use-tab-autocompletions-latex-emojis-in-markdown-files-in-vscode/90908)

<div class="topic-metadata">

**Author:** [@cmichelenstrofer](https://discourse.julialang.org/u/cmichelenstrofer)\
**Replies:** 2\
**Last updated:** [November 28, 2022, 2:53am UTC](https://discourse.julialang.org/t/how-to-use-tab-autocompletions-latex-emojis-in-markdown-files-in-vscode/90908 "2022-11-28T02:53:04Z")

</div>

I’m working on my first package! :slight\_smile: I’m at the point where I’m writing some documentation, using Documenter.jl, and need to type latex symbols in markdown files. But the autocompletions from the Julia extens…

---

## [TagBot tag does not trigger CI to run to build docs](https://discourse.julialang.org/t/tagbot-tag-does-not-trigger-ci-to-run-to-build-docs/90917)

<div class="topic-metadata">

**Author:** [@tlnagy](https://discourse.julialang.org/u/tlnagy)\
**Replies:** 0\
**Last updated:** [November 27, 2022, 9:24pm UTC](https://discourse.julialang.org/t/tagbot-tag-does-not-trigger-ci-to-run-to-build-docs/90917 "2022-11-27T21:24:13Z")

</div>

Hi all, I recently started updating an old package of mine to work with Julia 1.0 and the new system with Github CI and TagBot, etc and I’m having trouble getting the CI to run and deploy docs for the “stable” version w…

---

## [VSCode jupyter notebook + webIO issues?](https://discourse.julialang.org/t/vscode-jupyter-notebook-webio-issues/73530)

<div class="topic-metadata">

**Author:** [@KoenVanSever](https://discourse.julialang.org/u/KoenVanSever)\
**Replies:** 13\
**Last updated:** [November 26, 2022, 10:26pm UTC](https://discourse.julialang.org/t/vscode-jupyter-notebook-webio-issues/73530 "2022-11-26T22:26:35Z")

</div>

Hi, I’ve been using the jupyter with Julia for data analysis in VS code for quite some time now. However recently I got the request to make a GUI to visualize the data, so most obvious choice for me was Interact.jl and…

---

## [Is there a way to modify expressions in \`Documenter\` to remove \`rng\`](https://discourse.julialang.org/t/is-there-a-way-to-modify-expressions-in-documenter-to-remove-rng/90808)

<div class="topic-metadata">

**Author:** [@t-bltg](https://discourse.julialang.org/u/t-bltg)\
**Replies:** 2\
**Last updated:** [November 25, 2022, 2:20pm UTC](https://discourse.julialang.org/t/is-there-a-way-to-modify-expressions-in-documenter-to-remove-rng/90808 "2022-11-25T14:20:15Z")

</div>

In PlotDocs, we use DemoCards and Literate to generate example plots, and Documenter for rendering docs. I’d like the generated code to take a rng argument so that the output is more reproducible. So far this works wel…

---

## [How to suppress a Windows system message in IJulia](https://discourse.julialang.org/t/how-to-suppress-a-windows-system-message-in-ijulia/90783)

<div class="topic-metadata">

**Author:** [@ea42gh](https://discourse.julialang.org/u/ea42gh)\
**Replies:** 0\
**Last updated:** [November 24, 2022, 9:54pm UTC](https://discourse.julialang.org/t/how-to-suppress-a-windows-system-message-in-ijulia/90783 "2022-11-24T21:54:52Z")

</div>

Using IJulia with a Windows system I get this “Reverting Windows Console” (warning? Info?) message in the output. How can I get rid of it? The python function ge is called via PyCall and executes an external comman…

---

## [Julia: Start REPL does not work on remote server](https://discourse.julialang.org/t/julia-start-repl-does-not-work-on-remote-server/90453)

<div class="topic-metadata">

**Author:** [@Jan-van-Waaij](https://discourse.julialang.org/u/Jan-van-Waaij)\
**Replies:** 1\
**Last updated:** [November 24, 2022, 2:22pm UTC](https://discourse.julialang.org/t/julia-start-repl-does-not-work-on-remote-server/90453 "2022-11-24T14:22:51Z")

</div>

Dear all, I installed the Julia Visual Code extension on the remote server. When I press cmd+shift+p and then type Julia: Start REPL, I get the following error: “Command ‘Julia: Start REPL’ resulted in an error (command…

---

## [How to add a private unregistered package as a dependency to unit testing?](https://discourse.julialang.org/t/how-to-add-a-private-unregistered-package-as-a-dependency-to-unit-testing/89970)

<div class="topic-metadata">

**Author:** [@TTolppanen](https://discourse.julialang.org/u/TTolppanen)\
**Replies:** 1\
**Last updated:** [November 24, 2022, 8:00am UTC](https://discourse.julialang.org/t/how-to-add-a-private-unregistered-package-as-a-dependency-to-unit-testing/89970 "2022-11-24T08:00:18Z")

</div>

I’m developing the PkgA and writing some unit tests for it. In the unit tests I want to use the package PkgB to test the code. PkgA does not depend on PkgB, only the unit tests depend on it. PkgB is a private unregistere…

---

## [Compiling sysimage fails](https://discourse.julialang.org/t/compiling-sysimage-fails/90713)

<div class="topic-metadata">

**Author:** [@TheLateKronos](https://discourse.julialang.org/u/TheLateKronos)\
**Replies:** 0\
**Last updated:** [November 23, 2022, 2:23pm UTC](https://discourse.julialang.org/t/compiling-sysimage-fails/90713 "2022-11-23T14:23:42Z")

</div>

In trying to compile a sysimage, the following bug is encountered: julia\> using PackageCompiler julia\> create\_sysimage(;sysimage\_path=joinpath(homedir(), ".julia", "environments", string("v", VERSION.major, ".", VERSIO…

---

## [Tips for debugging in Julia - VS Code while using large packages?](https://discourse.julialang.org/t/tips-for-debugging-in-julia-vs-code-while-using-large-packages/43371)

<div class="topic-metadata">

**Author:** [@braamvandyk](https://discourse.julialang.org/u/braamvandyk)\
**Replies:** 10\
**Last updated:** [November 23, 2022, 12:39am UTC](https://discourse.julialang.org/t/tips-for-debugging-in-julia-vs-code-while-using-large-packages/43371 "2022-11-23T00:39:47Z")

</div>

I have tried the debugger in VS Code with some simple scripts and it seems to work just fine. However, when I try to debug some production code that uses “large” packages (DifferentialEquations, Plots and a few more), it…

---

## [Failed to precompile Flux](https://discourse.julialang.org/t/failed-to-precompile-flux/90609)

<div class="topic-metadata">

**Author:** [@davide445](https://discourse.julialang.org/u/davide445)\
**Replies:** 1\
**Last updated:** [November 22, 2022, 11:29am UTC](https://discourse.julialang.org/t/failed-to-precompile-flux/90609 "2022-11-22T11:29:35Z")

</div>

Seeing different threads related to packages precompilation, as beginner I understand is due mostly to packages releases incompatibilities. Still due Pluto has his own embedded package manager I’m not sure how to manage…

---

## [How to correctly set up VS working directory on Windows for project with multiple subfolders?](https://discourse.julialang.org/t/how-to-correctly-set-up-vs-working-directory-on-windows-for-project-with-multiple-subfolders/85329)

<div class="topic-metadata">

**Author:** [@tstoerk](https://discourse.julialang.org/u/tstoerk)\
**Replies:** 7\
**Last updated:** [November 22, 2022, 11:28am UTC](https://discourse.julialang.org/t/how-to-correctly-set-up-vs-working-directory-on-windows-for-project-with-multiple-subfolders/85329 "2022-11-22T11:28:25Z")

</div>

I am on Windows, trying to move from running Julia in Jupyter notebooks to directly running my code from VisualStudio. I am working on a project that uses multiple modules (XXX.jl files) that live in one subfolder, but …

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

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