Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cp-dsl-jupyter-kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oceandsl
cp-dsl-jupyter-kernel
Commits
1723d764
Commit
1723d764
authored
4 years ago
by
Reiner Jung
Browse files
Options
Downloads
Patches
Plain Diff
Minor fixes.
parent
a8647b62
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+1
-1
1 addition, 1 deletion
build.gradle
src/main/java/org/oceandsl/jupyter/kernel/OConfKernel.java
+1
-1
1 addition, 1 deletion
src/main/java/org/oceandsl/jupyter/kernel/OConfKernel.java
with
2 additions
and
2 deletions
build.gradle
+
1
−
1
View file @
1723d764
...
...
@@ -11,7 +11,7 @@ apply plugin: 'java'
sourceCompatibility
=
1.11
targetCompatibility
=
1.11
mainClassName
=
'jupyter.kernel.OConfKernelMain'
mainClassName
=
'
org.oceandsl.
jupyter.kernel.OConfKernelMain'
repositories
{
flatDir
{
...
...
This diff is collapsed.
Click to expand it.
src/main/java/org/oceandsl/jupyter/kernel/OConfKernel.java
+
1
−
1
View file @
1723d764
...
...
@@ -20,7 +20,7 @@ public class OConfKernel extends BaseKernel {
this
.
mgcp
=
new
MagicsProcessor
();
this
.
magics
.
registerMagics
(
new
WriteFile
());
// this.engine = new MyScriptEngine();
this
.
languageInfo
=
new
LanguageInfo
.
Builder
(
"
OceanDSL-C
onf
ig
"
).
version
(
"1.1"
).
mimetype
(
"text/oconf"
)
this
.
languageInfo
=
new
LanguageInfo
.
Builder
(
"
oc
onf"
).
version
(
"1.1"
).
mimetype
(
"text/oconf"
)
.
fileExtension
(
".oconf"
).
pygments
(
"oconf"
).
codemirror
(
"oconf"
).
build
();
}
...
...
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