Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProB 2 Jupyter Kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
ProB 2 Jupyter Kernel
Commits
Commits · 5d8fa84547c8928ba2b229b40f2358dba733b017
5d8fa84547c8928ba2b229b40f2358dba733b017
Select Git revision
Selected
5d8fa84547c8928ba2b229b40f2358dba733b017
Branches
3
master
default
protected
exec_auto_adjust_trace
let_variables
Tags
6
v1.4.1
v1.4.0
v1.3.0
v1.2.0
v1.1.0
v1.0.0
10 results
prob2-jupyter-kernel
Author
Search by author
Any Author
authors
dgelessus
dgelessus
Fabian Vu
vu
Jan Gruteser
gruteser
Jannik Dunkelau
dunkelau
Jens Bendisposto
bendisposto
John Witulski
witulski
Joshua Schmidt
schmidt
Mareike Mutz
mutz
Max Jakub Ried
ried
Michael Leuschel
leuschel
Philipp Körner
koerner
Thomas Spitzlei
spitzlei
12 authors
Browse files
Jul 05, 2018
Fix :show for animation functions with empty cells
· 5d8fa845
dgelessus
authored
Jul 5, 2018
5d8fa845
Add missing :trace/:goto test notebook
· f455956c
dgelessus
authored
Jul 5, 2018
f455956c
Fix error messages from ProB not being shown when executing operations
· a3c67017
dgelessus
authored
Jul 5, 2018
a3c67017
Jul 02, 2018
Add highlighting for errors with locations (closes
#19
)
· cb55a9c0
dgelessus
authored
Jul 2, 2018
cb55a9c0
Add :trace and :goto commands to view and move in the current trace
· b2ea07d8
dgelessus
authored
Jul 2, 2018
b2ea07d8
Render table contents as LaTeX
· b5c6051b
dgelessus
authored
Jul 2, 2018
b5c6051b
Change bsymb injection so that it works better with tables
· f536ce93
dgelessus
authored
Jul 2, 2018
f536ce93
Jun 28, 2018
Remove uses of deprecated ClassicalBFactory.create method
· 76e7a10b
dgelessus
authored
Jun 28, 2018
76e7a10b
Stop displaying machine dependency graph when loading
· d8b83600
dgelessus
authored
Jun 28, 2018
d8b83600
Use LoadedMachine instead of getChildren in :browse
· 6f5a772f
dgelessus
authored
Jun 28, 2018
6f5a772f
Support style preferences in :show
· a9b592ec
dgelessus
authored
Jun 28, 2018
a9b592ec
Add support for text labels to :show
· b4c549ab
dgelessus
authored
Jun 28, 2018
b4c549ab
Jun 26, 2018
Increase log level to DEBUG
· 85e6ed6c
dgelessus
authored
Jun 26, 2018
85e6ed6c
Jun 25, 2018
Add full help messages for all commands
· 1f9ec3ac
dgelessus
authored
Jun 25, 2018
1f9ec3ac
Replace kernel parameter of Command methods with injection
· 6ea19acd
dgelessus
authored
Jun 25, 2018
6ea19acd
Change Command interface to require the complete method
· 68e03c8f
dgelessus
authored
Jun 25, 2018
68e03c8f
Refactor bsymb handling
· 71148ea2
dgelessus
authored
Jun 25, 2018
71148ea2
Show error when using :show in an uninitialised state
· 92da8d9e
dgelessus
authored
Jun 25, 2018
92da8d9e
Jun 22, 2018
Update Gradle wrapper to 4.8.1
· 3251d787
dgelessus
authored
Jun 22, 2018
3251d787
Jun 21, 2018
Add code completion support to ::load, :load, and :pref
· 2fe24726
dgelessus
authored
Jun 21, 2018
2fe24726
Add :show command to show animation function
· b685b031
dgelessus
authored
Jun 21, 2018
b685b031
Add :dot command
· c5b40c14
dgelessus
authored
Jun 21, 2018
c5b40c14
Remove alternate names for :help and :init
· 3cd3865b
dgelessus
authored
Jun 21, 2018
3cd3865b
Jun 20, 2018
Add code completion support to most commands
· e2b97144
dgelessus
authored
Jun 20, 2018
e2b97144
Add code completion for B keywords and identifiers in :eval
· 3b922bfd
dgelessus
authored
Jun 20, 2018
3b922bfd
Show better error messages when :constants or :init are not possible
· f522d444
dgelessus
authored
Jun 20, 2018
f522d444
Show TRUE instead of nothing when an assertion succeeds
· 4773b994
dgelessus
authored
Jun 20, 2018
4773b994
Jun 18, 2018
Add initial support for code completion
· 421dab0e
dgelessus
authored
Jun 18, 2018
421dab0e
Add :assert command
· 9e979d80
dgelessus
authored
Jun 18, 2018
9e979d80
Use standard MIMETYPE.TEXT_MARKDOWN constant instead of our own
· 1cc75071
dgelessus
authored
Jun 18, 2018
1cc75071
Allow returning null from Command.run
· 28932b05
dgelessus
authored
Jun 18, 2018
28932b05
Add @NotNull in a few places
· 13ed2586
dgelessus
authored
Jun 18, 2018
13ed2586
Update jupyter-jvm-basekernel to 2.2.1-SNAPSHOT
· 614736e1
dgelessus
authored
Jun 18, 2018
614736e1
Support bsymb LaTeX commands in Markdown output
· 0c9316aa
dgelessus
authored
Jun 18, 2018
0c9316aa
Jun 14, 2018
Fix handling of keywords in B syntax highlighting
· d3b79100
dgelessus
authored
Jun 14, 2018
d3b79100
Improve B syntax highlighting
· 8f93a4b2
dgelessus
authored
Jun 14, 2018
8f93a4b2
Add CodeMirror syntax highlighting in notebooks
· c4e12f95
dgelessus
authored
Jun 14, 2018
c4e12f95
Jun 07, 2018
Fix a NPE in ProBKernel.formatError
· cf23915d
dgelessus
authored
Jun 7, 2018
cf23915d
Display EvalResults as Markdown/LaTeX
· eccbd708
dgelessus
authored
Jun 7, 2018
eccbd708
Add :type command to display the type of a formula (closes
#11
)
· bbddc42a
dgelessus
authored
Jun 7, 2018
bbddc42a
Loading