You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With python you can specify "extra" requirements that can be conditionally installed. In our case we can add "dev" dependencies that are installed using pip install schulich-ignite[dev].
This would make the onboarding process easier for people. To do this we need to add the following lines to the bottom of setup.py:
With python you can specify "extra" requirements that can be conditionally installed. In our case we can add "dev" dependencies that are installed using
pip install schulich-ignite[dev]
.This would make the onboarding process easier for people. To do this we need to add the following lines to the bottom of
setup.py
:While we're at it I think we should also add jupyter lab as a dependency. So it would be:
The text was updated successfully, but these errors were encountered: