tfmark

Results 16 comments of tfmark

What if you run: ```sh papermill template.ipynb 'analysis_{pm["run_uuid"]}.ipynb' ``` I wonder if the shell is doing something funky?

Is this a limitation of Cilium, or a limitation of microk8s?

Most of the K8s inner workings are a form of dark magic to me, I installed `calicoctl` and setup some ingress/outgress rules on our cluster instead and, so far, that...

Could this be made even more generic? the `azuread.py` uses `username_claim`, i.e. ```py c.AzureAdOAuthenticator.username_claim = 'unique_name' ``` but the claim I'm currently getting back from AzureAd has `emails` as a...

To expand upon this Issue - we currently use full fat JupyterLab with OAuth to provide a sandbox/playground for our users to hit our API. After successful login, the JWT...

Would it be a quick win to just set the width to `auto` in the css? It has a min-width of 35px already set. I'm now using ``` %%html .jupyter-widgets.widget-tab...

Is anyone looking into this issue? The other Azure Ansible modules I've used are additive and only upsert data if the key (e.g. name) is the same (for example the...

We are looking to replace our old z2jh (0.11.1) setup with 3.0 once it's released. We cherry picked portions of the #1535 PR to ensure we have SSL in place....

The following code works (VegaExpr or Expr) to replace NaN with a hyphen: ```py import ipydatagrid import pandas as pd import numpy as np ipydatagrid.DataGrid( dataframe=pd.DataFrame({"a":[np.nan, 2, 3], "b":[4, np.nan,...

Has there been any progress here? Or tips/tricks? I'm finding that I need to do development using Chrome in incognito mode because otherwise I'm stuck with cached versions of the...