We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0b52b commit a9feef6Copy full SHA for a9feef6
Makefile
@@ -42,6 +42,8 @@ environment: $(CONDA_ENV_DIR)
42
@echo -e "conda environments are ready."
43
44
$(KERNEL_DIR): $(CONDA_ENV_DIR)
45
+ - pip install --upgrade pip
46
+ pip install jupyter
47
$(foreach f, $(REQ), \
48
$(CONDA_ACTIVATE) $(f); \
49
python -m ipykernel install --user --name $(f) --display-name $(f); \
0 commit comments