Roger Shieh

Results 17 comments of Roger Shieh

`Network Interface(*)` works for me

@karolzak Seems like it's pretty trivial to add a default/fallback property, let me know if anything breaks!

``` Supported notebook platforms: Jupyter Google Colab Azure Notebooks Kaggle Notebooks ``` I assume there are style vars for these as well, but I'm not sure if you can automatically...

In this [stackoverflow post](https://stackoverflow.com/questions/44321475/css-variables-multiple-fallbacks-not-working): > For multiple fallbacks try: background-color: var(--my-background, var(--my-var, pink)); So we can have a prioritized style order according to the order on your README

Can this PR be merged first with the other platforms added in subsequent PRs?

I think we're having the same underlying issue ``` Caught exception in worker thread daemonic processes are not allowed to have children Traceback (most recent call last): File "/home/roger/libs/torch/test-tube/test_tube/argparse_hopt.py", line...

@williamFalcon I got a fix in the works that makes pool spawn non-daemonic processes, yay or nay? Edit: welp, after fixing this, I still run into the same issue as...

Should make #6 easier as well?

`plt.style.use("dark_background")` Maybe try this? there is also a context manager for it.

Need this as well, manually specifying `-t` for all services when only 1 needs it is quite annoying.