Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Theresa Pollinger
MoSIS
Commits
6d1e759f
Commit
6d1e759f
authored
Apr 18, 2018
by
Theresa Pollinger
Browse files
mosis
parent
041ed5f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
interview_kernel/interview_kernel.py
View file @
6d1e759f
...
...
@@ -40,13 +40,13 @@ class Interview(MetaKernel):
kernel_json
=
{
"argv"
:
[
executable
,
"-m"
,
"interview_kernel"
,
"-f"
,
"{connection_file}"
],
"display_name"
:
"
TheInterview
"
,
"display_name"
:
"
MoSIS
"
,
"language"
:
"text"
,
"name"
:
"interview_kernel"
}
banner
=
\
"""**Hello, """
+
getpass
.
getuser
()
+
"""! I am
TheInterview
, your partial differential equations and simulations expert.**
"""**Hello, """
+
getpass
.
getuser
()
+
"""! I am
MoSIS
, your partial differential equations and simulations expert.**
Let's set up a model and simulation together.
To get explanations, enter `explain <optional keyword>`.
...
...
interview_kernel/pde_state_machine.py
View file @
6d1e759f
...
...
@@ -202,7 +202,7 @@ class PDE_States:
def
greeting_exit
(
self
):
# username = getpass.getuser()
# self.poutput("Hello, " + username + "! I am
TheInterview
, your partial differential equations and simulations expert. "
# self.poutput("Hello, " + username + "! I am
MoSIS
, your partial differential equations and simulations expert. "
# "Let's set up a simulation together.")
# self.poutput("")
# self.poutput("To get explanations, enter \"explain <optional keyword>\". ")
...
...
@@ -212,8 +212,6 @@ class PDE_States:
# self.poutput("")
# self.poutput("You can inspect the currently loaded MMT theories under " + self.mmtinterface.serverInstance)
# self.poutput("")
# self.poutput("")
# self.poutput("")
return
##### for state dimensions
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment