Isaac González González

Results 8 comments of Isaac González González

Neither in the Guitar Hero drums.

> I assume classical notebook, not jupyter lab right? > Can you give me the output or a screenshot (color helps) of: > > ``` > $ jupyter nbextension list...

Yes! I used --user because I was getting a permission denied error without it. I'm going to try again Thanks!

~~Ok, I was able to install with pip it but now I'm having this `ImportError: cannot import name 'Video'` when I do `import ipyvolume`~~ I have installed ipyvolume 0.5.1 I...

It turns out that my anaconda installation was pretty messed up. Fresh installation solved the problem. Thanks!

Hi kbolashev, thanks for you quick reply! It seems that the token is added without issues, but unfortunately, it's giving me the same error. This is my CLI ``` (machine-learning)...

I found the problem! :D It seems that every time that I run this line `dagshub.auth.add_app_token(token=dagshub_token)`, it adds a new set of lines to the tokens file (in `/Users/myuser/Library/Caches/dagshub/tokens`). And...

I had the same problem. If you open your file located in `E:\evaluate-main\metrics\bleu`, you can see a line with an import like this: `from .nmt_bleu import compute_bleu # From: https://github.com/tensorflow/nmt/blob/master/nmt/scripts/bleu.py`...