We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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