mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Don't try loading cluster stuff in namespace.
It should be done in ipyparallel instead!
This commit is contained in:
parent
c0a30d4df8
commit
2bb09578eb
@ -17,6 +17,8 @@
|
|||||||
configurable: false
|
configurable: false
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, function(err) {
|
||||||
|
console.warn('Jupyter.' + name + ' unavailable because "' + module_path + '" was not loaded.', err);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -32,6 +34,8 @@
|
|||||||
configurable: false
|
configurable: false
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}, function(err) {
|
||||||
|
console.warn('Jupyter.' + name + ' unavailable because "' + module_path + '" was not loaded.', err);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user