Open gomezzz opened 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 )
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
bash
zsh
In the installation instructions it is stated for optional dependencies to run
I believe this has to be
to function - at least on Linux. :)
(opened as part of JOSS Review https://github.com/openjournals/joss-reviews/issues/6367 )