automl / amltk

A build-it-yourself AutoML Framework
https://automl.github.io/amltk/
BSD 3-Clause "New" or "Revised" License
68 stars 6 forks source link

[JOSS Review] Small error in installation instructions #268

Open gomezzz opened 8 months ago

gomezzz commented 8 months ago

In the installation instructions it is stated for optional dependencies to run

pip install amltk[notebook]
...

I believe this has to be

pip install "amltk[notebook]" 
...

to function - at least on Linux. :)

(opened as part of JOSS Review https://github.com/openjournals/joss-reviews/issues/6367 )

eddiebergman commented 8 months ago

Good spot, I've ran into the issue a few times in other repos. Funnily enough, I think it is also dependant on which shell is being used, i.e bash vs zsh