vatlab / sos-ruby

SoS Notebook extension for ruby
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Change shown name from `ruby` to `Ruby` #2

Closed HenryLeongStat closed 6 years ago

HenryLeongStat commented 6 years ago

@BoPeng Professor, when I tried sth like:

SoS:
a=1

ruby:
%get a

An error message shows up: Magic %get failed because the language module for ruby is not properly installed. Please install it according to language specific instructions on the Running SoS section of the SoS homepage and restart Jupyter server.

Also, Ruby shows as ruby in SoS notebook. How can I fix it?

BoPeng commented 6 years ago

The kernel name ruby will be displayed if the language module is not properly installed. Let me see.

HenryLeongStat commented 6 years ago

But I am still able to use Ruby in SOS notebook.

screen shot 2018-06-27 at 5 33 48 pm
BoPeng commented 6 years ago

Yes, any kernel is usable in SoS. The difference is that without language module %get does not work.

HenryLeongStat commented 6 years ago

fix by https://github.com/vatlab/sos-ruby/commit/7ff945f94687ba20086a2ada0dc0119395f9ad23