-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
91 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
eXpert Groundsegment Software Architecture at Airbus Defence and Space with a long history in the Java and JavaFX community. He received the Dukes Choice Award in 2009 and became a Java Champion in 2015. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
JTaccuino is a JavaFX based notebook application for Java developers. | ||
|
||
It is built for usages in education, interactive experimentation with algorithms, and more advanced use cases. | ||
|
||
Java code execution is provided by JShell, the awesome Java REPL. | ||
|
||
![Displaying a graph in JTaccuino](display-graph.png) | ||
|
||
## Download the Application | ||
|
||
Builds for Windows, Linux, and macOS are available on the [releases page of the GitHub project](https://github.com/jtaccuino/jtaccuino/releases). | ||
|
||
### Examples | ||
|
||
You can find [many examples in the GitHub repository](https://github.com/jtaccuino/jtaccuino/tree/main/examples). | ||
|
||
![Screenshot of the examples in the GitHub repository](examples.png) | ||
|
||
## Download the Sources | ||
|
||
In case you want to learn how the application works, file a bug, propose an improvement, please check the [GitHub repository](https://github.com/jtaccuino/jtaccuino) | ||
|
||
## Usage Instructions | ||
|
||
### Getting Started | ||
|
||
* [Download](/download/) the application or sources and run it. | ||
* Add some Java code to the empty block and click on the "play" button. | ||
|
||
![Screenshot of the examples in the GitHub repository](getting-started-1.png) | ||
|
||
* A new empty block appears, add some code here to use the code from the first block. | ||
|
||
![Using variables defined in the first block](getting-started-2.png) | ||
|
||
* Repeat these steps... | ||
|
||
![Other use of variables defined in the first block](getting-started-3.png) | ||
|
||
### Adding Descriptions | ||
|
||
By using MarkDown-formatted content, you can add more information about your notebook. | ||
|
||
![Input MarkDown content](markdown-1.png) | ||
|
||
When you hit the play button of the block, the text gets visualized. | ||
|
||
![Displayed as text](markdown-2.png) | ||
|
||
### Loading Examples | ||
|
||
Check the [examples](https://github.com/jtaccuino/jtaccuino/tree/main/examples) for more advanced use. You can execute a complete notebook at once, by clicking the play button in the top menu bar. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters