vivek1729
vivek1729
I do `python manage.py runserver_socketio 127.0.0.1:3000`. I get the following error: `manage.py runserver_socketio: error: unrecognized arguments: 127.0.0.1:3000`
Absolutely love the work you guys are doing and I firmly believe that javascript is the way to go with everything. I want to make a Chrome App using cylon.js...
**Application or Package Used** nteract desktop app **Describe the bug** Unable to run the desktop electron app as the process crashes at the `spawn` stage due to zeromq build errors....
**Application or Package Used** nteract desktop, `PromptRequest` component Python kernel **Describe the bug** Input prompts lose focus even after clicking the text input element. **To Reproduce** Steps to reproduce the...
Hi everyone, I am wondering if there is a general logger interface available in Nteract. For instance, if users are consuming an nteract package in their larger application, they might...
Monaco Editor adapts to the available space in its container through the [`resize`](https://github.com/nteract/nteract/blob/main/packages/monaco-editor/src/MonacoEditor.tsx#L268) method in the component. The `resize` method explicitly calls the editor's `layout` function to do a bunch...
Hey folks, we are leveraging the `@nteract/jupyter-widgets` to support ipywidgets in our notebooks experience. I noticed that while rendering some notebooks that contain widget reference(s), we start seeing errors like...
The frontend code for 3rd party widgets is typically hosted on public CDNs and retrieved by the `WidgetManager` via HTTP calls. Current implementation for custom widget support provides the following...
### Describe the bug, including details regarding any error messages, version, and platform. We are trying to use the `AsyncRecordBatchStreamReader` to read several record batches from an http response stream....