mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-09-07 04:40:49 +02:00
Removed ipykernel dependency from requirements.txt due to dependency conflicts
This commit is contained in:
@@ -20,7 +20,7 @@ import re
|
|||||||
import os
|
import os
|
||||||
import json
|
import json
|
||||||
import yaml
|
import yaml
|
||||||
import IPython
|
#import IPython
|
||||||
import pathlib
|
import pathlib
|
||||||
import warnings
|
import warnings
|
||||||
import matplotlib
|
import matplotlib
|
||||||
@@ -78,6 +78,7 @@ class Preset:
|
|||||||
"""
|
"""
|
||||||
params: dict
|
params: dict
|
||||||
|
|
||||||
|
'''
|
||||||
def _ipython_display_(self):
|
def _ipython_display_(self):
|
||||||
"""
|
"""
|
||||||
Implements the _ipython_display_() function for the Preset class.
|
Implements the _ipython_display_() function for the Preset class.
|
||||||
@@ -104,7 +105,7 @@ class Preset:
|
|||||||
params.iloc[1:, 2:] = ''
|
params.iloc[1:, 2:] = ''
|
||||||
|
|
||||||
IPython.display.display(IPython.display.Markdown(params.to_markdown()))
|
IPython.display.display(IPython.display.Markdown(params.to_markdown()))
|
||||||
|
'''
|
||||||
|
|
||||||
def transform_gdfs(
|
def transform_gdfs(
|
||||||
gdfs: Dict[str, gp.GeoDataFrame],
|
gdfs: Dict[str, gp.GeoDataFrame],
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
osmnx==1.1.2
|
osmnx==1.1.2
|
||||||
Shapely>=1.8,<2.0
|
Shapely>=1.8,<2.0
|
||||||
ipykernel==5.3.4
|
|
||||||
pyyaml==6.0.0
|
pyyaml==6.0.0
|
Reference in New Issue
Block a user