-
We should add an examples directory with iPython notebooks.
I'm currently using a version of iPython with notebook format 4, so released versions of python can't load them. I'll probably put together…
-
Hi all
last night has been the most frustrating experience ! I had worked so hard for an assignment submission Saved my notebooks also reviewed them , however now for some reason I get an error Unic…
-
Intro with shortcuts and screenshot of buttons might be useful. README is probably the right place.
-
IPython Notebooks are pretty cool, but they are limited without some additions.
Pros
- Code in line with running
- Images in line with code (huge deal!)
- Many kernels supported (including shell?)
C…
-
I'm attempting to port your `liquid_tags.notebook` plugin to a new Pelican theme, [Flex](https://github.com/alexandrevicenzi/Flex). I noticed both from the comments in `liquid_tags/notebook.py` and fr…
-
-
- [ ] Begin/Setup
- [ ] Data Visualization
- [ ] API
- [ ] Web Scraping
- [ ] IRC Bot
- [ ] GUI
This can be broken down into separate issues based on who volunteers to do what.
-
go through all the theory of the ML and DL
go thru these links:
1. 100-Days-Of-ML-Code
- 𝐋𝐢𝐧𝐤: ([https://lnkd.in/dcftdA57](https://lnkd.in/dcftdA57))
- 𝐒𝐭𝐚𝐫𝐬: ~42k
2. awesome-datascience
…
-
GRASS Jupyter currently returns an `IPython.display` `Image` object when displaying a map image with a Jupyter notebook. As shown here.
```python
def show(self):
"""Displays a PNG image o…
-
I've build a simple Ipython notebook app using the JSONeditor widget. By pressing the button 'Print JSON' the content of the JSONeditor should be printed within the notebook. Initially this works. But…