Georghios Joseph
Georghios Joseph
**Fibonacci** ``` # Iterative solution def fibonacci(n): # special case if n == 1: return [0] # initialize the array arr = [0, 1] # and populate it, remember to...
As title suggests. How do I do it please?
Is it possible to use distance metric weighting if using l1, l2, or p norm ?
I have a suggestion if you are interested
Hi, I was wondering if it is possible to enable the notify extension by default upon opening a notebook or when the kernel starts.
 Pulled a fresh version of the repo
Docker image running but no sound output from spotify. This works just fine on Mac Big Saur 
Hi, got .net 4.7.2 installed and spotify crashes soon after I launch it. It does launch spotify right before it crashes. Windows server 2016...
Hi, is there a way to highlight only selected text? If I select a block of code it highlights words within. Have both "...match whole words" and "highlight matches if...