Fernando Pérez-García
Fernando Pérez-García
Thanks, that was very helpful! Running with `deploy.sh`, I can also see mounted folders now.
Thanks, @manthey. The command has now worked. I will try the rest of the steps and keep you posted.
I'm getting a new error, this time `npm`-related: ```console $ girder build --dev npm WARN deprecated [email protected]: Deprecated. Please use https://github.com/webpack-contrib/mini-css-extract-plugin npm WARN deprecated [email protected]: No longer maintained, please upgrade...
> Probably you need an older version of node. The girder build script (currently) doesn't work on node versions newer than 12.x. I'm not sure I understand. The error message...
I know this is more than four years old, but the proposed text is indeed nice.
Yes, latest `matplotlib` and `nibabel`. Oh, looks like @matthew-brett has chased this before: https://discourse.matplotlib.org/t/confusion-about-draw-artist/19891 I'm indeed using macOS.
I've also found [this mysterious warning](https://render.githubusercontent.com/view/ipynb?commit=09cdc5ebe1ffe31608756e79c6cb1848742e6969&enc_url=68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f6e6970792f776f726b73686f70732f303963646335656265316666653331363038373536653739633663623138343837343265363936392f3137303332372d6e69707970652f6e6f7465626f6f6b732f6e69626162656c5f6e696c6561726e2f6e69626162656c5f6e696c6561726e2e6970796e62&nwo=nipy%2Fworkshops&path=170327-nipype%2Fnotebooks%2Fnibabel_nilearn%2Fnibabel_nilearn.ipynb&repository_id=5728333&repository_type=Repository#Warning) (cell `[8]`). EDIT: Actually I just realized that you wrote that tutorial :)
I would say it's not, although they might be related. I'll keep you posted.
Using the `TkAgg` backend, the viewer is shown, but 1. The slices are black 2. I can't close the figure 3. I still get a `TypeError`
I can see the image using `img.orthoview()` as suggested by @effigies in #433 (and `TkAgg`), but I get issues 2 and 3 of my previous comment.