mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-09-12 12:31:30 +08:00
[limit_output] remove unused requirements
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
// Restrict output in a codecell to a maximum length
|
||||
|
||||
define([
|
||||
'base/js/namespace',
|
||||
'jquery',
|
||||
'notebook/js/outputarea',
|
||||
'base/js/dialog',
|
||||
'notebook/js/codecell',
|
||||
'services/config',
|
||||
'base/js/utils'
|
||||
], function(IPython, $, oa, dialog, cc, configmod, utils) {
|
||||
], function(oa, cc, configmod, utils) {
|
||||
"use strict";
|
||||
|
||||
var base_url = utils.get_body_data("baseUrl");
|
||||
|
||||
Reference in New Issue
Block a user