Skip to content

How to use Meson-installed repository with Jupyter notebook/lab? #422

Answered by rgommers
adam2392 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @adam2392, spin does a local install for developing the project itself within the source tree of the repo (defaulting to build-install). That's not site-packages, so it only works when you run things via the spin interface (including spin ipython, but there's no spin jupyter).

You may be better off using pip install -e . --no-build-isolation for everything if you want to use Jupyter. And instead of spin test, use pytest directly.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@adam2392
Comment options

@rgommers
Comment options

Answer selected by adam2392
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants