Skip to content

Move McStas configuration out of notebooks #91

Open
@jl-wynen

Description

Currently, McStas is configured in the notebooks with

my_configurator = ms.Configurator()
my_configurator.set_mcrun_path("/usr/bin/")
my_configurator.set_mcstas_path("/usr/share/mcstas/3.4/")

This is needed to build the book in CI. But is is incorrect on most client's machines. Including the schools JupyterHub. So move it from the notebooks somewhere else. E.g., into the CI script.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions