Juan Cabanela

Results 10 issues of Juan Cabanela

I installed this under Alfred 4.5.1 and when I type "netloc" it briefly acts as if it is going to search for network locations, but then defaults to searching for...

I am attempting to generating a plot of the population of a radioactive element over time and when I create a Pandas dataframe, called `decay_data` and then try to plot...

Didn't open app for a week, not it won't load new comics. Cleared cache, now reports an error "Oops, an error occurred while loading content." Any ideas?

When I remove "allowed users" using `tljh-config`, I noticed those users are still listed in the JupyterHub admin interface. I assume they can't log in, but is there any way...

### spectrometer and system information ### - model: RedTide 650 - operating system: macOS 10.12.5 - python version:3.5.1 - python-seabreeze version: 0.6.0 - installed-via: _conda ### current problem ### In...

known-issue

I've been working my way through the Jupyter Notebook for Chapter 8. When I run the cell that trains using L2 regularization ``` model = Net().to(device=device) optimizer = optim.SGD(model.parameters(), lr=1e-2)...

This notebook refers to "An astronomical image like the one shown below" without actually showing an image! One should probably be added or the first sentence restructured.

bug
content

In essence, if we use the python logging facility, you should be careful because when you create a logging handler for a function, it seems that it is essentially forked...

I have a URL to a TLJH server of the form https://SERVERNAME/hub/user-redirect/git-pull?repo=https://github.com/REPO&urlpath=apps/REPO/index.ipynb This does a git pull of the REPO and then executes the index.ipynb notebook (via appmode package). This...

This is a feature request: Any chance we could see support for LaTeX in the bqplot.Axis.label and bqplot.Figure.title traits? This is a feature of ipywidgets.Label and ipywidgets.HTML and matplotlib that...

Feature Request