Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jsfileupload
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jupyter4jsc
j4j_extras
jsfileupload
Commits
979a014e
Commit
979a014e
authored
5 years ago
by
alice grosch
Browse files
Options
Downloads
Patches
Plain Diff
Fix spelling mistake
parent
c5b0ba89
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
jsfileupload/upload_widget.py
+1
-1
1 addition, 1 deletion
jsfileupload/upload_widget.py
with
1 addition
and
1 deletion
jsfileupload/upload_widget.py
+
1
−
1
View file @
979a014e
...
@@ -25,7 +25,7 @@ class FileUpload(DescriptionWidget, ValueWidget):
...
@@ -25,7 +25,7 @@ class FileUpload(DescriptionWidget, ValueWidget):
The widget is able to upload large files by uploading them in chunks.
The widget is able to upload large files by uploading them in chunks.
The file contents will however not be directly available over the widget,
The file contents will however not be directly available over the widget,
but will have to be read into the notebook sep
e
rately.
but will have to be read into the notebook sep
a
rately.
"""
"""
_model_name
=
Unicode
(
'
FileUploadModel
'
).
tag
(
sync
=
True
)
_model_name
=
Unicode
(
'
FileUploadModel
'
).
tag
(
sync
=
True
)
_model_module
=
Unicode
(
module_name
).
tag
(
sync
=
True
)
_model_module
=
Unicode
(
module_name
).
tag
(
sync
=
True
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment