Skip to content

Commit a9feef6

Browse files
install jupyter
1 parent 0a0b52b commit a9feef6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ environment: $(CONDA_ENV_DIR)
4242
@echo -e "conda environments are ready."
4343

4444
$(KERNEL_DIR): $(CONDA_ENV_DIR)
45+
- pip install --upgrade pip
46+
pip install jupyter
4547
$(foreach f, $(REQ), \
4648
$(CONDA_ACTIVATE) $(f); \
4749
python -m ipykernel install --user --name $(f) --display-name $(f); \

0 commit comments

Comments
 (0)