Sandu Ursu
Sandu Ursu
There is an issue with rendering LaTeX titles in JupyterLab: ```python fig = go.Figure() fig.add_scatter(y=[1,3,2], mode='lines+markers') fig.layout.update(title='$\\text{Negative Log of Estimated Survivor Function}$', xaxis_title='$t$', yaxis_title='$-log(S(t))$', height=600) fig.show() ``` Does not actually...
I have played with undervolting today for the first time. Here are a few questions I have, which I hope will be used to improve the README file: 1. What...
Amazing template! But how do I make some fields optional? For instance: for some entries in `Professional Experience` I don't want to include tags or in `Projects` I don't want...
The Python implementation of user-parser is very slow. Do you guys use the CPP version of the [ua-parser]( https://github.com/ua-parser/uap-cpp) or the Python one? If not, do you think Cython`izing the...
Just a question: I see that the latest commit in this repository has been more than 2 years ago. Is this project meant to replace pandas and if so: is...