swift-colab icon indicating copy to clipboard operation
swift-colab copied to clipboard

Swift kernel for Google Colaboratory

Results 9 swift-colab issues
Sort by recently updated
recently updated
newest added

When building Swift packages, there are multiple problems: 1. The formatting from build output could leak out and make a hard-coded message about Clang modules turn green. 2. There is...

bug

I have seen this bug around for quite some time now. IIRC, the bug existed when Google sponsored S4TF. Pandas DataFrames are having their columns rearranged before rendering to the...

Seems we are the only two people use Swift with notebooks. Anyway, I think we need to collaborate on a new header-like library called JupyterDisplay. I have a prototype: https://github.com/liuliu/swift-jupyter/blob/main/display/JupyterDisplay.swift...

enhancement

I was working on reproducing a [crash](https://github.com/philipturner/swift-reflection-mirror/pull/2) in [swift-reflection-mirror](https://github.com/philipturner/swift-reflection-mirror), and successfully reproduced it on a non-Apple platform. The stack trace for the runtime error has slightly incorrect formatting. I never...

bug

Swift-Colab uses the Python `pexpect` library to interact with running processes. This lets it extract colorized, interactive output - a feature not present in [google/swift-jupyter](https://github.com/google/swift-jupyter). However, this means it will...

enhancement
good first issue

In the recent Swift Numeric call, the idea of lowering the bar for scripting in Swift in the context of Data Science was surfaced, which lead to a suggestion to...

enhancement

The main reason I made the overhauls present in Swift-Colab 2.0 was so that in the future, I could run S4TF code without facing bottlenecks that make it virtually unusable....

bug
help wanted

Although `%system` commands now support user input, this wasn't extended to the LLDB process. Swift code can write to output with `print()`, but can't read through `readLine()`. Any libraries that...

wontfix

Doesn't work properly on Ubuntu 22(Google Colab) :/. I tested with 5.6.2 and 5.7.3 Swift versions. P.S. Anyway Thx! for your project.