joaopalmeiro / notebook-notes

Personal notes on computational notebooks and such platforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notebook-notes

Personal notes on computational notebooks and such platforms.

Resources

Snippets

Install packages if on Google Colab

import os

if "COLAB_GPU" in os.environ:
    !pip install feedzai-altair-theme

References

Install packages if on Deepnote

import os

if "DEEPNOTE_PROJECT_ID" in os.environ and "DEEPNOTE_PROJECT_OWNER_ID" in os.environ:
    !pip install altair vega-datasets feedzai-altair-theme

References

About

Personal notes on computational notebooks and such platforms.