- GoFigr Liteby MaciejTODO
- Using GoFigr to track input data in Pythonby MaciejDid you know that GoFigr can automatically track and version your inputs? It’s as easy as calling gf.read_csv instead of pd.read_csv. First, make sure you have the latest Python client. Data tracking was added in version 1.2.0: Then, in your Jupyter notebook load the GoFigr extension and replace calls to pd.read_[format] with gf.read_[format]: That’s it!… Read more: Using GoFigr to track input data in Python
- Hello, Plotnine!by MaciejWhat it looks like in Jupyter
- GoFigr Python client 0.17.0 released!by MaciejWe are thrilled to announce a new release of the GoFigr Python client. This upgrade includes several major new features — read on below to learn more! Upgrading To upgrade, simply run pip –upgrade. You should see a message confirming that version 0.17.0 has been installed. Jupyter widgets GoFigr will now display a helpful widget… Read more: GoFigr Python client 0.17.0 released!
- Announcing GoFigr 0.12.4by MaciejIt has been a busy January for us at GoFigr, and we are proud to announce another release! GoFigr 0.12.4 adds a couple of new features and improvements, including extra configurability for API keys and performance improvements in the UI. API Keys: expiration and scopes When creating new API keys, you can now set an… Read more: Announcing GoFigr 0.12.4