Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Jupyter Dynamic Install instructions #317

Merged
merged 2 commits into from
Oct 25, 2024
Merged

Commits on Oct 24, 2024

  1. Improve Jupyter Dynamic Install instructions

    This commit makes a few changes:
    * Uses "%mamba" over "!mamba" - has support for micromamba
    * Adds "-c conda-forge" - I found this necessary, at least for
      micromamba
    * Adds prefix delimiter manipulation to account for Windows paths
    gselzer committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    04eb7b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Fix dynamic pyimagej install for Jupyter notebooks

    This commit fixes how we set the JAVA_HOME variable for PyImageJ in the
    dynamic install cell. The problem was 2 fold. (1) We were missing a
    leading slash and (2) did not have platform specific JVM library
    locations.
    
    We may need an additional one for macOS -- this needs further testing.
    elevans committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d5e96f3 View commit details
    Browse the repository at this point in the history