-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
remove '|' from filenames for Windows #144
Conversation
3 similar comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please change the names of ipynb
files first and run all the IRuby notebook cell to check everything is fine, then make checkpoints ?
Thanks!
You can also share the link of notebook like this : https://nbviewer.jupyter.org/github/shekharrajak/daru-view/tree/master/spec/dummy_iruby/ |
OK. I understand. |
@kojix2 , sure ! Thanks for update. |
I execute most of dummy_iruby notebooks on Windows. jupyte nbconvert --to notebook --inplace --exec *.ipynb The three files below stop with errors.
However, it may not be related to Windows. That's enough for today. |
Thanks @kojix2 , for update.
Currently we don't care about datatables examples in IRuby notebook (refer : Shekharrajak/daru-data_tables#2) But Nyaplot should work as it is . I see all Nyaplot examples are not working. Did you run all the cells (because commit changes are saying 'renamed without changes')? |
I think you are not using any isolated container. You can try docker container. Pull the windows OS and try to run it. For ubuntu dockerfile sample is written in wiki page : https://github.com/SciRuby/daru-view/wiki/Docker-image-setup |
Thanks for your help @Shekharrajak But I have never used Docker myself. I heard from various people that docker is useful, but I never used it before. I have to learn about Docker. Actually, I am not a computer engineer, I am a student researcher of medical biology. Nyaplot is old and not maintained, so I think it is not recommended to use it. Daru::View is best plotting library as far as I know in 2019. So I am not sticking to this pull request itself. |
Thanks @kojix2, for letting me know ! Give me few hours. |
@kojix2 , Since you already have the source code of daru-view gem. This simple thing you can do if you are in hurry :
Steps :
I followed the above steps and generated gem can be found here: https://github.com/Shekharrajak/daru-view-gem-file Let me know if you still found any difficulty in windows system. |
Thank you very much @Shekharrajak
I just want you to release a new gem that we can install gem on windows from Gem server. |
Fixes #70
|
-->-
Rename *.ipynb files in dummy_iruby directory for Windows.
| (vertical bar) is not assigned to a directory or file in Windows 10.
I confirmed that this branch can be installed on Windows.