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

exercise_4 solution stops with Jupyter command jupyter-notebook not found. #3

Open
fantauzzi opened this issue Sep 2, 2022 · 0 comments

Comments

@fantauzzi
Copy link

With reference to
https://github.com/udacity/cd0581-building-a-reproducible-model-workflow-exercises/tree/main/lesson-2-data-exploration-and-preparation/exercises/exercise_4/solution

After running
mlflow run .
the code stops with an error containing

Jupyter command jupyter-notebook not found.

I believe there are multiple issues with the provided conda.yml. The same problem is in the starter code for the same exercise.

Here there is a conda.yml that I have used to complete the exercise and also to run the solution.


name: exercise_4
channels:
  - conda-forge
  - defaults
dependencies:
  - jupyter=1.0.0
  - seaborn=0.11.2
  - pip=22.1.2
  - pandas=1.4.4
  - pandas-profiling=3.2.0
  - fastparquet=0.8.3
  - pyarrow=8.0.0
  - pip:
      - wandb==0.13.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant