Make IJulia use Python package provided by CondaPkg.jl
Set the JUPYTER
environment variable to CondaPkg.jl
-provided jupyter
and IJulia.jl
will take it to start the kernel. 1
Set the JUPYTER
environment variable to CondaPkg.jl
-provided jupyter
and IJulia.jl
will take it to start the kernel. 1
Use the stack function.
Use heredoc to pass the string as-is between two delimiters (e.g. EOF
)
cat << "EOF" >> ~/.xprofile
# ~/.xprofile
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
ibus-daemon -drx
EOF
Will append the following lines to ~/.xprofile
:
Reload nvidia GPU driver to fix "NVML: Driver/library version mismatch" error without rebooting. Source
julia
and adds it to PATH
.The actions/setup-node action installs Node.js and caches package dependencies.
Publish your website to GitHub pages with GitHub actions (CI/CD).