Don't try loading cluster stuff in namespace.

It should be done in ipyparallel instead!
pull/268/head
Jonathan Frederic 11 years ago
parent c0a30d4df8
commit 2bb09578eb

@ -17,6 +17,8 @@
configurable: false
});
}
}, function(err) {
console.warn('Jupyter.' + name + ' unavailable because "' + module_path + '" was not loaded.', err);
});
};
@ -32,6 +34,8 @@
configurable: false
});
}
}, function(err) {
console.warn('Jupyter.' + name + ' unavailable because "' + module_path + '" was not loaded.', err);
});
}

Loading…
Cancel
Save