Georghios Joseph

Results 9 issues of 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 ?

feature request

Hi, I was wondering if it is possible to enable the notify extension by default upon opening a notebook or when the kernel starts.

![image](https://user-images.githubusercontent.com/22660599/145899220-ec20feda-08a8-4fd5-88fa-d21835f4a4d2.png) Pulled a fresh version of the repo

Docker image running but no sound output from spotify. This works just fine on Mac Big Saur ![image](https://user-images.githubusercontent.com/22660599/141205534-c5a4ee66-c8cf-4e5c-bb20-3789d4f50d3c.png)

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...