Skip to content

Commit 3d37591

Browse files
authored
Merge pull request #264 from kojix2/win_fiddle
Fix Jupyter module to load Fiddle
2 parents e053bf5 + 719e0e8 commit 3d37591

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/iruby/jupyter.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def kernelspec_dir(data_dir=nil)
3131

3232
# returns %APPDATA%
3333
def windows_user_appdata
34+
require 'fiddle/import'
3435
check_windows
3536
path = Fiddle::Pointer.malloc(2 * 300) # uint16_t[300]
3637
csidl_appdata = 0x001a

0 commit comments

Comments
 (0)