Results 15 comments of alex clifton

Here is a better version of the snack that reproduces the issue: https://snack.expo.dev/@oxbits/slider-%7C-react-native-reanimated

Hello @idrisssakhi and @nemgreene and @andreshsingh idrisssakhi's suggestion is not working: look at nemgreene's snack the thing i do not understand: this example is working on Software Mansion's website in...

> hi [@oxbits](https://github.com/oxbits), it is working in examples in documentation because our documentation uses `react-native-web`

``` In [1]: from notebook.notebookapp import NotebookApp --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[1], line 1 ----> 1 from notebook.notebookapp import NotebookApp ModuleNotFoundError: No module named 'notebook.notebookapp' ```...

found `JupyterNotebookApp`, looked promising, but no dice .... ``` In [2]: from notebook.app import JupyterNotebookApp In [3]: app = JupyterNotebookApp() In [4]: app.initialize([]) --------------------------------------------------------------------------- AttributeError Traceback (most recent call last)...