Vick

Results 2 comments of Vick

### Install ```shell npx create-react-app my_app --template typescript ``` ### `package.json`, Replace versions with following... ```json "dependencies": { ... "@types/react": "^17.0.39", "@types/react-dom": "^17.0.11", ... "react": "^17.0.2", "react-dom": "^17.0.2", ``` Save...

You may do this in JupyterLab... ```sql res = %sql SELECT \ * \ FROM \ company ```