Skip to content

Change Julia kernel in Atom: I downloaded Julia 1.7 to replace 1.6. I ran IJulia and now have a choice of kernels in Jupyter note books. But in Atom (IDE) when I start Julia it starts the 1.6 version. How do I switch this to the 1.7 version? #2366

Change Julia kernel in Atom: I downloaded Julia 1.7 to replace 1.6. I ran IJulia and now have a choice of kernels in Jupyter note books. But in Atom (IDE) when I start Julia it starts the 1.6 version. How do I switch this to the 1.7 version?

Change Julia kernel in Atom: I downloaded Julia 1.7 to replace 1.6. I ran IJulia and now have a choice of kernels in Jupyter note books. But in Atom (IDE) when I start Julia it starts the 1.6 version. How do I switch this to the 1.7 version? #2366

Workflow file for this run

name: TagBot
on:
issue_comment:
types:
- created
workflow_dispatch:
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}