You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ At Dyalog Ltd, we are committed to supporting the open source community. By maki
15
15
## Discussions and Community
16
16
17
17
### Community Discussion Channels
18
-
-**[GitHub Discussions](https://github.com/Dyalog/GSOC/discussions)**: Participate in structured discussions about the projects, share your ideas, and engage with mentors and peers.
18
+
-**[GitHub Discussions](https://github.com/Dyalog/OSS-Projects/discussions)**: Participate in structured discussions about the projects, share your ideas, and engage with mentors and peers.
19
19
-**[APL Orchard](https://apl.chat)**: A chat room dedicated to learn and teach APL, and to ask and answer questions about both golfing and general coding in APL.
20
20
21
21
## Learn Dyalog APL
@@ -33,7 +33,7 @@ Join the vibrant APL community at APL Orchard to connect with enthusiasts and me
33
33
34
34
Do you have an idea for a project that you or someone should work on, but is not on our list? Great! 💡
35
35
36
-
We have made a [discussion](https://github.com/Dyalog/GSOC/discussions/6) just for that, so we can comment and help you finalise it. Feel free to provide as much information as possible and then we'll look forward to connecting with you in this discussion
36
+
We have made a [discussion](https://github.com/Dyalog/OSS-Projects/discussions/6) just for that, so we can comment and help you finalise it. Feel free to provide as much information as possible and then we'll look forward to connecting with you in this discussion
37
37
38
38
Please try to include as much as possible from this template:
39
39
@@ -57,7 +57,7 @@ Please try to include as much as possible from this template:
57
57
- Difficulty level: Medium
58
58
- Project URL: https://github.com/Dyalog/TryAPL
59
59
- Potential mentors: Rich Park ([@rikedyp](https://github.com/rikedyp)), Aarush Bhat ([@sloorush](https://github.com/sloorush)), Neil Kirsopp ([@cursork](https://github.com/cursork))
- Potential mentors: Stefan Kruger ([@xpqz](https://github.com/xpqz)), Jesús Galán López ([@yiyus](https://github.com/yiyus)), Martina Crippa ([@martanit](https://github.com/martanit)), Max Sun ([@MaxCan-Code](https://github.com/MaxCan-Code)), Neil Kirsopp ([@cursork](https://github.com/cursork))
The Dyalog Kernel currently does not implement any of the Jupyter [magics](https://ipython.readthedocs.io/en/stable/interactive/magics.html) -- meta-commands that don't get executed by the kernel itself, typically interfacing with the operating system, or with Jupyter extensions, "escaping" the Dyalog kernel in this case.
179
179
@@ -194,7 +194,7 @@ Python, possibly JavaScript, possibly some APL
- Potential mentors: Stefan Kruger ([@xpqz](https://github.com/xpqz)), Jesús Galán López ([@yiyus](https://github.com/yiyus)), Martina Crippa ([@martanit](https://github.com/martanit)), Max Sun ([@MaxCan-Code](https://github.com/MaxCan-Code)), Neil Kirsopp ([@cursork](https://github.com/cursork))
Jupyter supports [widgets](https://ipywidgets.readthedocs.io/en/8.1.2/) -- simple in-cell interactive controls, such as sliders, buttons etc. The widget architecture is kernel-agnostic, and any kernel can implement access to such widgets. In this project, we'd like to implement the widget protocol for the Dyalog Jupyter kernel, so that we can show a slider that sets an APL value. This would greatly enhance exploratory programming in a Dyalog APL notebook: hook a slider up to a parameter in a model and see what the effects are without having to actually type and execute cells.
0 commit comments