We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Now we have a standardized way to differentiate 2 environments 🪐
from unpackai.utils import IS_JUPYTER if IS_JUPYTER: do_jupyter_only_stuff()
It will detect jupyter notebook and colab environment