Tian Yang
Tian Yang
There's an idea I'm thinking about for the past few months. So currently every assignment has a built-in theia ide. I'm wondering if we can change it to be one...
I guess this is a chrome theme-dependent issue. I just changed the theme and the ugly white track of the scrollbars disappeared.
I actually wanted to do this in pure CSS: ```css .element::-webkit-scrollbar { display: none; } ``` But looks like we don't use CSS files? I just realized that...
Yep. And if it's for any class that uses jupyter notebooks, I guess I'll add `PyTorch`, `Keras`, `TensorFlow`, and stuff like that as well. My roommate is in DS major...
@wabscale Are there any changes that need to be made besides adding this `theia-ml` directory? Also I apparently cannot test this cuz I don't have access to the `theia-base` image...
@wabscale John can you take over this PR? I'm sorry but there's a ton of stuff that I need to do right now and I can't test this image on...
I found a paper discussing the algorithm used by MOSS. I only read the introduction so far but don't think this algorithm is complicated. I guess we can implement it...
Honestly I don't think Markdown is suitable for documentations. I think we can try gitbook or Read the Docs and just incrementally add stuff to it over time.
I got the exact same error for multiple functions. @asenzz did you manage to solve this problem?
Got it thanks.