Yuvi

Results 1053 comments of Yuvi

/cc @Carreau. what do you think?

yay! One thing to figure out - there are users of this package now (https://github.com/ipython/ipynb/network/dependents). I guess we will have to bump the major version and break all the unpinned...

A lot of the code depends on new machinery introduced in Python 3.4, so at least for now there is no Python 2 support. It could possibly be hacked on...

Using SourceFileLoader now seems to provide .pyc compilation for us automatically. Needs more investigation.

woohoo, awesome. I think what we should do is: 1. Emit warnings from ipynb about pending changes, and make a point release 2. Emit warnings from importnb about pending move,...

@Carreau I don't have admin access to this repo, can you add @tonyfast and @bollwyvl to this repo?

I'm considering getting rid of the 'defs' feature completely, since I am unsure if we can ever implement it in a way that's consistent and safe in all cases... Would...

I just released to pypi! Can you test? On Sun, Oct 22, 2017 at 11:16 PM, Alex Louden wrote: > Just tried version 0.5 from Github and looks like it's...

JupyterHub used to allow this with `extra_log_file`, but that was deprecated a while ago by @minrk https://github.com/jupyterhub/jupyterhub/blob/36cad38ddf00c3fe92d813fd7bf8715fb876d006/jupyterhub/app.py#L1398. The reasoning given is: ``` extra_log_file only redirects logs of the Hub itself,...

Based on my experience operating clusters over the last few years, I tend to agree with @minrk that capturing stdout / stderr is the way to go - not everything...