Danielle Van Boxel
Danielle Van Boxel
The `loss` module was only added in [early 2020](https://github.com/tensorflow/graphics/blame/master/tensorflow_graphics/nn/loss/chamfer_distance.py#L26-L89), so it's not in the prebuilt `pip` version (dated May 2019). You can try to install the most recent version with...
You can definitely send ranges since 318e06da8. I never actually tried it with marks.
If the lines are comments, why is it a problem to send them? And what if you're not sending the lines to an interpreter? You might want to keep the...
Hmm, can you describe more of your environment? I just installed fish (cool shell by the way, I hadn't tried it before) and didn't see this behavior. I'm running ViM...
Is removing the indentation necessarily behavior you would want? This seems like more of an issue with the Python REPL. I know Ipython used to have this problem with throwing...
Maybe it's what you want if you happen to be sending the line to a Python REPL, but you could be sending it anywhere. If, for example, you were sending...
I confirm for `v0.17.2`. Also, the changes can be much more dramatic than in the example shown. I might expect changes within a pixel boundary or so, but I see...
I was trying to diagnose an unrelated problem and opened up https://cdn.bokeh.org/bokeh/release/bokeh-2.2.3.min.js directly. The typo happens near the top, so I just happened to see it. Then I searched for...
Just adding that I get the same error, ipython 3.2.1 with python 3.4.3 and Firefox 39. I think that this maybe a problem with codemirror? Except I've been able to...
@mmagnuski I was able to get [`notebook_input_mode`](https://github.com/asford/notebook_input_mode) working a few weeks ago. I don't think it's as fully featured as vimception, but it's worth it. I describe a little of...