-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows installation error fix #147
Conversation
…ts in single cell examples in dummy_iruby
27e1985
to
5860f19
Compare
Pull Request Test Coverage Report for Build 791
💛 - Coveralls |
I will wait for few more hours and if I find no negative review, I will go ahead and merge it. |
@Shekharrajak |
I have cross verified in docker and windows system. It worked fine. I will release these changes soon. |
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.
Ignoring the Test Coverage Report for now, which is negligible.
@@ -1,6 +1,7 @@ | |||
require 'daru' | |||
require 'securerandom' | |||
require 'erb' | |||
require 'daru/data_tables' |
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.
Need to check how tesstcases has written related to datatables (or may be not written). When I was running IRuby notebook and tried the adapter datatables it was not working.
After requiring the daru/data_tables
it worked fine. Need to write testcase for it in separate PR.
Continuation of #144
Fixes #70
|
-->-
Rename *.ipynb files in dummy_iruby directory for Windows.
| (vertical bar) is not assigned to a directory or file in Windows 10.