We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e053bf5 + 719e0e8 commit 3d37591Copy full SHA for 3d37591
lib/iruby/jupyter.rb
@@ -31,6 +31,7 @@ def kernelspec_dir(data_dir=nil)
31
32
# returns %APPDATA%
33
def windows_user_appdata
34
+ require 'fiddle/import'
35
check_windows
36
path = Fiddle::Pointer.malloc(2 * 300) # uint16_t[300]
37
csidl_appdata = 0x001a
0 commit comments