Skip to content

Commit

Permalink
Merge pull request #264 from kojix2/win_fiddle
Browse files Browse the repository at this point in the history
Fix Jupyter module to load Fiddle
  • Loading branch information
kojix2 authored Dec 8, 2019
2 parents e053bf5 + 719e0e8 commit 3d37591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/iruby/jupyter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def kernelspec_dir(data_dir=nil)

# returns %APPDATA%
def windows_user_appdata
require 'fiddle/import'
check_windows
path = Fiddle::Pointer.malloc(2 * 300) # uint16_t[300]
csidl_appdata = 0x001a
Expand Down

0 comments on commit 3d37591

Please sign in to comment.