Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] - How to remove black background in Jupyter #139

Closed
lrstolk opened this issue Oct 10, 2023 · 11 comments
Closed

[Bug] - How to remove black background in Jupyter #139

lrstolk opened this issue Oct 10, 2023 · 11 comments
Assignees
Labels
bug Something isn't working no-issue-activity

Comments

@lrstolk
Copy link

lrstolk commented Oct 10, 2023

Question:

With the dark and modern dark theme I get these black backgrounds. Currently only happens in jupyter files.
How do I remove them?
image

Platform & Language Details:

Python
PyCharm

PyCharm 2023.2.1 (Professional Edition)
Build #PY-232.9559.58, built on August 22, 2023
Licensed to Lorenzo Stolk
Subscription is active until April 8, 2024.
For educational use only.
Runtime version: 17.0.8+7-b1000.8 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 12
Registry:
  editor.focus.mode.color.light=737374
  ide.editor.tab.selection.animation=true
  debugger.new.tool.window.layout=true
  ide.animate.toolwindows=true
  ide.new.editor.tabs.vertical.borders=true
  ide.experimental.ui=true
  ide.balloon.shadow.size=0
  editor.focus.mode.color.dark=737374

Non-Bundled Plugins:
  dracula-vscode (1.0.2)
  com.samdark.intellij-visual-studio-code-dark-plus (2.8)
  com.mallowigi (93.1.0)
  monokai-pro (1.10)
  com.github.dinbtechit.vscodetheme (1.10.3)
  com.chrisrm.idea.MaterialThemeUI (8.12.2)
@lrstolk lrstolk added the question Further information is requested label Oct 10, 2023
@dinbtechit
Copy link
Owner

interesting. I am not a python developer. Are you able to provide a sample github repo that I can use for testing?

@lrstolk
Copy link
Author

lrstolk commented Oct 10, 2023

interesting. I am not a python developer. Are you able to provide a sample github repo that I can use for testing?

https://github.com/lrstolk/temp
U can download something like PyCharm, create an evironment and install the packages.

@lrstolk
Copy link
Author

lrstolk commented Oct 13, 2023

Just found out it is also on the light modern.
image

@dinbtechit dinbtechit added bug Something isn't working and removed question Further information is requested labels Oct 15, 2023
@dinbtechit dinbtechit changed the title How to remove black background in Jupyter [Bug] - How to remove black background in Jupyter Oct 15, 2023
@dinbtechit
Copy link
Owner

A temp fix has been added in v1.10.4

dinbtechit added a commit that referenced this issue Oct 16, 2023
dinbtechit added a commit that referenced this issue Oct 16, 2023
@lrstolk
Copy link
Author

lrstolk commented Nov 7, 2023

I updated to 1.10.7, still got the problem. Most of it is gone.
image

@lrstolk
Copy link
Author

lrstolk commented Nov 7, 2023

image

predict = h(x_input, theta)
def grad(X, y):
return 1/m * X.transpose().dot(hyp - y)
def h(X, theta):
return X.dot(theta)
df.head(10)
df['year'].apply(convert_int)
J_history.append(J(X, y, theta))
ax.set_xlabel('size of house')
plt.ylabel('0')
pd.read_csv()
x_input = np.array([1650, 3])
x_input = featureNormalize(x_input)
ones = np.ones((1))
x_input = np.hstack((ones, x_input))
def J(X, y, theta):
m = len(y)
hyp = h(X, theta)
square_err = (hyp - y)**2
return 1/(2 * m) * np.sum(square_err)
s = df.apply(lambda x: pd.Series(x['genres']),axis=1).stack().reset_index(level=1, drop=True)

@dinbtechit
Copy link
Owner

Reopening this. I need to think of a permanent solution for this.

@dinbtechit dinbtechit reopened this Nov 7, 2023
@dinbtechit
Copy link
Owner

sorry between personal life and my full time job. I haven't been had a chance to get back to this. I try to get this in the next couple of days or during the Christmas holidays.

@dinbtechit dinbtechit self-assigned this Dec 8, 2023
Copy link

github-actions bot commented Jan 8, 2024

Stale issue message

Copy link

Stale issue message

@lrstolk
Copy link
Author

lrstolk commented Apr 17, 2024

@dinbtechit how are you?
Have you been able to take look at this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working no-issue-activity
Projects
None yet
Development

No branches or pull requests

2 participants