RAJ
RAJ
Thank you @PiwanSama . I used ``` File file = new File(image.getPath). RequestBody fileToUpload = RequestBody.create(MediaType.parse("*/*"),file); ```
On Ubuntu 18.04 also 
I too got this error. I was using just my "username". Using "[email protected]" worked for me.
Isn't `site_url` supposed to be of the form `https://abcd.sharepoint.com` ?
Thank you @danmarshall ! But the data url doesn't seem to be working when using as src of img tag. Also the theme doesn't change as mentioned above. And when...
@danmarshall, this is what I get when I use the URL in browser In firefox  In chrome  I used it as `` Sorry for this long string, I...
Yes @danmarshall .
Thanks @danmarshall ! It does work on chrome perfectly! And works on firefox too, but the colors aren't retained properly. Chrome : Firefox : Any idea about embedding interactive plots...
This helped to run it on a non cuda device. ```python --- a/model/repairer/model/err_localize_edit.py +++ b/model/repairer/model/err_localize_edit.py @@ -39,7 +39,7 @@ def make_one_hot(labels, C): N x C, where C is class number....
Tried these, but didn't help ```bash export DYLD_LIBRARY_PATH=/usr/local/Cellar/llvm/12.0.0/lib/ export LD_LIBRARY_PATH=/usr/local/Cellar/llvm/12.0.0/lib/ ```