Thomas Schmelzer
Thomas Schmelzer
Hi, I keep playing with your Dockerfile and I wonder whether it would make sense to: Extend the Path variable as in: `ENV PATH /opt/conda/envs/beakerx/bin:$PATH` This would make sure that...
I am running your docker container and Python. I construct the following time series and empty plot: ``` import pandas as pd index = pd.date_range(start="1900-01-01", end="2000-01-01") x = pd.Series(index=index, data=1.0)...
- [x] This is a bug report - [ ] This is a feature request - [ ] I searched existing issues before opening this one ### Expected behavior ###...
Hello, version 0.9.6 of your neat tool does not include the work on specifying kernel names etc. I wonder whether you could release the current state of your tool on...
When inspecting my *.ipynb files using the nbviewer (which I point to my git repository) I do not get the button to view the underlying slides as a screen presentation....
Generalize the _split_repo_url. Still works as exactly as before for GitHub urls but doesn't fall over for GitLab.
I have played with Jupyter Books which are imho somewhat nicer than Sphinx. Have a look please. Also playing with your portfolio optimization in applications I have noticed that the...
A covariance matrix is the weighted sum of outer products of return vectors. In your routine .ewmaCov
I wonder whether you could expose the entire time series of covariance matrices in the function `.ewmaCov
### Description I want to jump between different *.py files on the fly without the need to restart the marimo server ### Suggested solution A little window on the left...