mcamp-ata / hello-julia

Simple demo program to call julia from python in a nix flake / dev shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is an attempt at making an example project that uses Python + Julia in a Nix Flake.

If you have direnv installed the project run direnv allow inside the project dir.

Example of how to run Julia code with Python

nix run github:mcamp-ata/hello-julia#devshell -- hello-world

Example of how to run Pluto

nix run github:mcamp-ata/hello-julia#devshell -- pluto

About

Simple demo program to call julia from python in a nix flake / dev shell


Languages

Language:Nix 90.3%Language:Python 4.7%Language:Shell 4.3%Language:Julia 0.7%