Tim Huegerich

Results 60 comments of Tim Huegerich
trafficstars

Right click on it in JupyterLab and select "Create New View for Output." That gives you a separate tab within JupyterLab. But if you meant moving it to a separate...

As a workaround while we try to address those issues, you can use `%head [N]` or `%tail [N]` as an alternative to `%browse` (replacing `[N]` with a number at least...

Narrow %browse widget addressed by [v0.8.1](https://github.com/hugetim/nbstata/releases/tag/v0.8.1)

Are you still seeing choppiness, @gaksaray? I think I'm done working on this for now, in any case. FYI, my longer-term plan is to work toward integration with Positron's Data...

Thank you for reporting! I'll try to get a fix by the end of this month.

Fixed in [v0.8.1](https://github.com/hugetim/nbstata/releases/tag/v0.8.1)

Other 'nbstata' utilities of potential interest to pystata users: - [nbstata.pandas.better_pdataframe_from_data](https://hugetim.github.io/nbstata/pandas.html#better_pdataframe_from_data) - improves on [pystata.stata.pdataframe_from_data](https://www.stata.com/python/pystata18/stata.html#pystata.stata.pdataframe_from_data) by making the pandas DataFrame index correspond to Stata observation numbers and also providing an...

As of https://github.com/nteract/papermill/pull/809/commits/16936704ff9e2aca71b37698727acd8e50dda707, only one test failed, one of the tests of the added code. That test, which had a mistake, has now been fixed. So I expect all tests...

@Borda I'm not sure the right person to request to review this. Would that be you, by chance?

I went ahead and reported this here: https://github.com/quarto-dev/quarto-cli/issues/10979