slmg
slmg
Yes that's what I did, I just thought it could be of interest to some other users. Have it directly in your lib would prevent to create individual custom templates...
Hi @hellojinwoo, sorry for the late answer. You probably already know this by now, here is the answer anyway (screenshot copied from this [link](https://towardsdatascience.com/getting-the-most-out-of-jupyter-lab-9b3198f88f2d)).
Just to complement my previous comment, it's also possible to show signature/docstring of objects by appending `?`, ex `pd.DataFrame?`. Furthermore the IPython magic command `%pdef`, `%pdoc` and `%pinfo` can be...
`fig.add_scatter().data[0]` needs to be fixed in more places, I encountered it in a couple of different notebooks.
It seems to work as of version 4.59.0, I could update in-place. Only the resource `github_branch_protection_v3` was replaced.
We solved this issue with the following process: Push config to Github -> CD push to S3 bucket -> lambda function copy config from S3 to an EFS share ->...
I am attempting to run an authenticating reverse proxy in front of a FAB app, and I am faced with this exact issue. Passing `REMOTE_USER` in the request headers from...
Amazing! This is the PR we've all been waiting for (rather passively :sweat_smile: ). Thank you! :pray: Would also close #6
Tried to install from source on a fresh Jupyter 4 / python 3.11 env, but `pip install -e .` is broken 😢
Finally got it to work, but it was a rough journey 😮💨 : 1. Being behind a corporate proxy, I had to first configure `jlpm` (`yarn` really) ```sh jlpm config...