Skip to content
Snippets Groups Projects
Commit bd38843d authored by Daniel's avatar Daniel
Browse files

JL: examples/caosdb_julia.jl: Sample script for Julia started.

parent af88adbd
No related branches found
No related tags found
No related merge requests found
# To import Python modules
import Pkg; Pkg.add("PyCall")
# import pyCaosDB
using PyCall; @pyimport caosdb
ExpType = caosdb.RecordType(name="MyExperimentType")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment